Skip to content

Commit

Permalink
Merge pull request DSpace#9999 from tdonohue/remove_google_deps
Browse files Browse the repository at this point in the history
Remove deprecated & unused Google classes / dependencies
  • Loading branch information
kshepherd authored Nov 15, 2024
2 parents 78736a0 + 69ce336 commit 06e501c
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 443 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
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@
<dd>writes event records to the Java logger.</dd>
<dt>{@link org.dspace.statistics.SolrLoggerUsageEventListener SolrLoggerUsageEventListener}</dt>
<dd>writes event records to Solr.</dd>
<dt>{@link org.dspace.google.GoogleRecorderEventListener GoogleRecorderEventListener}<.dt>
<dd>writes event records to Google Analytics.</dd>
</dl>
</body>
</html>
144 changes: 0 additions & 144 deletions dspace-api/src/main/java/org/dspace/google/GoogleAccount.java

This file was deleted.

49 changes: 0 additions & 49 deletions dspace-api/src/main/java/org/dspace/google/GoogleQueryManager.java

This file was deleted.

Loading

0 comments on commit 06e501c

Please sign in to comment.