Skip to content

Commit f983395

Browse files
author
Repository Administrator
committed
add matomo statistics tracker
1 parent 48a8ec0 commit f983395

File tree

9 files changed

+1549
-2
lines changed

9 files changed

+1549
-2
lines changed

dspace-api/pom.xml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,24 @@
783783
<version>1.19.0</version>
784784
<scope>test</scope>
785785
</dependency>
786-
786+
<!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpasyncclient -->
787+
<dependency>
788+
<groupId>org.apache.httpcomponents</groupId>
789+
<artifactId>httpasyncclient</artifactId>
790+
<version>4.1.5</version>
791+
</dependency>
792+
<dependency>
793+
<groupId>javax.servlet</groupId>
794+
<artifactId>servlet-api</artifactId>
795+
<version>2.5</version>
796+
<scope>provided</scope>
797+
</dependency>
798+
<!-- https://mvnrepository.com/artifact/org.xerial/sqlite-jdbc -->
799+
<dependency>
800+
<groupId>org.xerial</groupId>
801+
<artifactId>sqlite-jdbc</artifactId>
802+
<version>3.21.0.1</version>
803+
</dependency>
787804
<!-- Used for Solr core export/import -->
788805
<dependency>
789806
<groupId>com.opencsv</groupId>

0 commit comments

Comments
 (0)