We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b9000 commit 4895d34Copy full SHA for 4895d34
1 file changed
org-tweetyproject-web/pom.xml
@@ -8,7 +8,8 @@
8
<parent>
9
<groupId>org.tweetyproject</groupId>
10
<artifactId>parent-pom</artifactId>
11
- <version>1.24-SNAPSHOT</version>
+ <version>1.24-SNAPSHOT</version>
12
+ <relativePath>..</relativePath>
13
</parent>
14
15
<dependencyManagement>
@@ -55,7 +56,6 @@
55
56
<dependency>
57
<groupId>org.glassfish.jaxb</groupId>
58
<artifactId>jaxb-runtime</artifactId>
- <version>2.3.1</version>
59
</dependency>
60
61
<groupId>org.glassfish.jersey.containers</groupId>
@@ -87,7 +87,6 @@
87
88
<groupId>junit</groupId>
89
<artifactId>junit</artifactId>
90
- <version>4.9</version>
91
<scope>test</scope>
92
93
0 commit comments