Skip to content

Commit

Permalink
Resolved unnecessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dschiese committed Jun 28, 2024
1 parent 9204d0d commit 6beb55b
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions qanary_pipeline-template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</parent>
<properties>
<java.version>11</java.version>
<spring-boot-admin.version>2.7.15</spring-boot-admin.version>
<spring-boot-admin.version>2.7.16</spring-boot-admin.version>
<qanary.version>[3.16.0,4.0.0)</qanary.version>
<dockerfile-maven-version>1.4.13</dockerfile-maven-version>
<docker.image.prefix>qanary</docker.image.prefix>
Expand Down Expand Up @@ -80,17 +80,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8</artifactId>
<version>2.31.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-contract-stub-runner</artifactId>
<version>3.1.9</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
Expand Down Expand Up @@ -159,11 +148,6 @@
<version>4.6.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-querybuilder</artifactId>
<version>${jena.version}</version>
</dependency>
<dependency>
<groupId>commons-configuration</groupId>
<artifactId>commons-configuration</artifactId>
Expand Down

0 comments on commit 6beb55b

Please sign in to comment.