Skip to content

Commit

Permalink
Track usage activity for OpenAIRE usage statistics service
Browse files Browse the repository at this point in the history
  • Loading branch information
xnidis committed Feb 3, 2025
1 parent 8bcd398 commit 15bedb7
Show file tree
Hide file tree
Showing 5 changed files with 674 additions and 2 deletions.
19 changes: 18 additions & 1 deletion dspace-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,24 @@
<version>1.19.0</version>
<scope>test</scope>
</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpasyncclient -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpasyncclient</artifactId>
<version>4.1.5</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<scope>provided</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.xerial/sqlite-jdbc -->
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.21.0.1</version>
</dependency>
<!-- Used for Solr core export/import -->
<dependency>
<groupId>com.opencsv</groupId>
Expand Down
Loading

0 comments on commit 15bedb7

Please sign in to comment.