Skip to content

Commit a08ed07

Browse files
committed
updated versions
1 parent b51c53d commit a08ed07

File tree

2 files changed

+2
-22
lines changed

2 files changed

+2
-22
lines changed

matching-eval/pom.xml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -43,26 +43,12 @@
4343
<artifactId>AlignmentCube</artifactId>
4444
<version>0.1.0</version>
4545
</dependency-->
46-
47-
<dependency>
48-
<!-- this will also include jackson-databind and we want to use that version (no conflicts etc)-->
49-
<!-- this will also include commons-csv and we want to use that version (no conflicts etc)-->
50-
<groupId>org.apache.jena</groupId>
51-
<artifactId>jena-arq</artifactId>
52-
<version>3.10.0</version>
53-
</dependency>
54-
55-
<dependency>
56-
<groupId>com.googlecode.cqengine</groupId>
57-
<artifactId>cqengine</artifactId>
58-
<version>3.0.0</version>
59-
</dependency>
60-
46+
6147
<!-- for extracting hobbit tar file -->
6248
<dependency>
6349
<groupId>org.apache.commons</groupId>
6450
<artifactId>commons-compress</artifactId>
65-
<version>1.19</version>
51+
<version>1.20</version>
6652
</dependency>
6753

6854
<!-- for parsing the maven settings xml -->

matching-jena-matchers/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -140,12 +140,6 @@
140140
<version>3.6.1</version>
141141
</dependency>
142142

143-
<dependency>
144-
<groupId>org.apache.jena</groupId>
145-
<artifactId>jena-tdb</artifactId>
146-
<version>3.17.0</version>
147-
</dependency>
148-
149143
<!-- embedded database -->
150144
<dependency>
151145
<groupId>org.mapdb</groupId>

0 commit comments

Comments
 (0)