diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/rosetta/pom.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/misc/rosetta/pom.xml b/misc/rosetta/pom.xml index 73d388dd..2f3ea41d 100644 --- a/misc/rosetta/pom.xml +++ b/misc/rosetta/pom.xml @@ -85,15 +85,7 @@ <dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>jaxb-runtime</artifactId> - <scope>runtime</scope> </dependency> - <dependency> - <groupId>com.sun.istack</groupId> - <artifactId>istack-commons-runtime</artifactId> - <version>2.2</version> - <scope>runtime</scope> - </dependency> - </dependencies> |