diff options
Diffstat (limited to 'utils/pom.xml')
-rw-r--r-- | utils/pom.xml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/utils/pom.xml b/utils/pom.xml index 314e73c1..fb7d6f81 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -2,7 +2,7 @@ <parent> <artifactId>mocca</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.3.25</version> + <version>1.3.25-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>utils</artifactId> @@ -31,11 +31,5 @@ <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> </dependency> - <dependency> - <groupId>com.sun.xml.bind</groupId> - <artifactId>jaxb-core</artifactId> - <version>2.3.0-b170127.1453</version> - </dependency> - </dependencies> </project> |