Skip to content

Commit 5078ba5

Browse files
authored
Merge pull request #5 from psiotwo/master
[UPD] downgrading Jena to 3.17.0
2 parents 6d8007f + 22d16a5 commit 5078ba5

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

owl2query-owlapi/pom.xml

-16
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@
3939
<version>2.0.6</version>
4040
<scope>test</scope>
4141
</dependency>
42-
<dependency>
43-
<groupId>org.apache.jena</groupId>
44-
<artifactId>jena-arq</artifactId>
45-
<scope>test</scope>
46-
</dependency>
4742
<dependency>
4843
<groupId>xml-apis</groupId>
4944
<artifactId>xml-apis</artifactId>
@@ -116,11 +111,6 @@
116111
<artifactId>junit-jupiter</artifactId>
117112
<scope>test</scope>
118113
</dependency>
119-
<dependency>
120-
<groupId>org.apache.jena</groupId>
121-
<artifactId>jena-arq</artifactId>
122-
<scope>test</scope>
123-
</dependency>
124114
<dependency>
125115
<groupId>org.mockito</groupId>
126116
<artifactId>mockito-core</artifactId>
@@ -133,11 +123,5 @@
133123
<version>1.3.5</version>
134124
<scope>test</scope>
135125
</dependency>
136-
<dependency>
137-
<groupId>ch.qos.logback</groupId>
138-
<artifactId>logback-classic</artifactId>
139-
<version>1.3.5</version>
140-
<scope>test</scope>
141-
</dependency>
142126
</dependencies>
143127
</project>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>org.apache.jena</groupId>
3232
<artifactId>jena-arq</artifactId>
33-
<version>4.7.0</version>
33+
<version>3.17.0</version>
3434
</dependency>
3535

3636
<dependency>

0 commit comments

Comments
 (0)