File tree Expand file tree Collapse file tree 2 files changed +2
-22
lines changed
Expand file tree Collapse file tree 2 files changed +2
-22
lines changed Original file line number Diff line number Diff line change 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 -->
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments