Skip to content

Commit

Permalink
Updatede virtuoso jdbc dependency, URGENT!
Browse files Browse the repository at this point in the history
  • Loading branch information
dschiese committed May 27, 2024
1 parent a54b906 commit a02bffe
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>com.openlinksw</groupId>
<artifactId>virt_jena4_4</artifactId>
<version>1.43</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.openlinksw/virtjdbc4 -->
<dependency>
<groupId>com.openlinksw</groupId>
<artifactId>virtjdbc4_3</artifactId>
<version>3.123</version>
</dependency>
<dependency>
<groupId>com.knuddels</groupId>
<artifactId>jtokkit</artifactId>
Expand Down Expand Up @@ -83,12 +94,6 @@
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>apache-jena-libs</artifactId>
<version>4.8.0</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
Expand All @@ -100,11 +105,6 @@
<artifactId>spring-webflux</artifactId>
<version>6.0.11</version>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-arq</artifactId>
<version>4.8.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit-platform</artifactId>
Expand Down

0 comments on commit a02bffe

Please sign in to comment.