Skip to content

Commit

Permalink
Remove unused google dependencies from POMs
Browse files Browse the repository at this point in the history
  • Loading branch information
tdonohue committed Nov 14, 2024
1 parent c512ff4 commit 69ce336
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 46 deletions.
16 changes: 0 additions & 16 deletions dspace-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -689,22 +689,6 @@
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-analytics</artifactId>
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client</artifactId>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-jackson2</artifactId>
</dependency>
<dependency>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client</artifactId>
</dependency>

<!-- FindBugs -->
<dependency>
Expand Down
30 changes: 0 additions & 30 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1746,36 +1746,6 @@
<artifactId>google-api-services-analytics</artifactId>
<version>v3-rev145-1.23.0</version>
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client</artifactId>
<version>1.23.0</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
<version>1.23.0</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-jackson2</artifactId>
<version>1.23.0</version>
<exclusions>
<exclusion>
<artifactId>jackson-core</artifactId>
<groupId>com.fasterxml.jackson.core</groupId>
</exclusion>
<exclusion>
<artifactId>jackson-databind</artifactId>
<groupId>com.fasterxml.jackson.core</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client</artifactId>
<version>1.33.3</version>
</dependency>

<!-- Findbugs annotations -->
<dependency>
Expand Down

0 comments on commit 69ce336

Please sign in to comment.