Skip to content

Commit 4895d34

Browse files
committed
web pom.xml fix
1 parent 46b9000 commit 4895d34

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

org-tweetyproject-web/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
<parent>
99
<groupId>org.tweetyproject</groupId>
1010
<artifactId>parent-pom</artifactId>
11-
<version>1.24-SNAPSHOT</version>
11+
<version>1.24-SNAPSHOT</version>
12+
<relativePath>..</relativePath>
1213
</parent>
1314

1415
<dependencyManagement>
@@ -55,7 +56,6 @@
5556
<dependency>
5657
<groupId>org.glassfish.jaxb</groupId>
5758
<artifactId>jaxb-runtime</artifactId>
58-
<version>2.3.1</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>org.glassfish.jersey.containers</groupId>
@@ -87,7 +87,6 @@
8787
<dependency>
8888
<groupId>junit</groupId>
8989
<artifactId>junit</artifactId>
90-
<version>4.9</version>
9190
<scope>test</scope>
9291
</dependency>
9392
<dependency>

0 commit comments

Comments
 (0)