Skip to content

Commit 4a867f1

Browse files
committed
Fix mistake in pom.xml
1 parent da105a3 commit 4a867f1

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,12 @@
9393
<artifactId>jackson-core</artifactId>
9494
<version>2.9.0.pr4</version>
9595
</dependency>
96+
<dependency>
97+
<groupId>org.apache.jena</groupId>
98+
<artifactId>jena-core</artifactId>
99+
<version>3.3.0</version>
100+
</dependency>
96101
</dependencies>
97-
<dependency>
98-
<groupId>org.apache.jena</groupId>
99-
<artifactId>jena-core</artifactId>
100-
<version>3.3.0</version>
101-
</dependency>
102-
103102

104103
<build>
105104
<plugins>

0 commit comments

Comments
 (0)