Skip to content

Commit af34e23

Browse files
bart-at-googlecopybara-github
authored andcommitted
docs: remove unnecessary dependencies in README
PiperOrigin-RevId: 578530789
1 parent 306c83f commit af34e23

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -27,31 +27,13 @@ You can add the library to your project via Maven or Gradle.
2727
<artifactId>fleetengine-auth</artifactId>
2828
<version>(insert latest version)</version>
2929
</dependency>
30-
<dependency>
31-
<groupId>com.auth0</groupId>
32-
<artifactId>java-jwt</artifactId>
33-
<version>3.10.2</version>
34-
</dependency>
35-
<dependency>
36-
<groupId>com.google.guava</groupId>
37-
<artifactId>guava</artifactId>
38-
<version>1.55.0</version>
39-
</dependency>
40-
<dependency>
41-
<groupId>com.google.auth</groupId>
42-
<artifactId>google-auth-library-oauth2-http</artifactId>
43-
<version>0.26.0</version>
44-
</dependency>
4530
```
4631

4732

4833
### Gradle
4934
```groovy
5035
dependencies {
5136
implementation 'com.google.maps:fleetengine-auth:(insert latest version here)'
52-
implementation 'com.auth0:java-jwt:3.10.2'
53-
implementation 'com.google.guava:guava:1.55.0'
54-
implementation 'com.google.auth:google-auth-library-oauth2-http:0.26.0'
5537
}
5638
```
5739

0 commit comments

Comments
 (0)