diff options
author | Instrumental <jgonap@stl.gathman.org> | 2020-01-28 15:54:01 -0600 |
---|---|---|
committer | Instrumental <jgonap@stl.gathman.org> | 2020-01-28 16:13:50 -0600 |
commit | 0a15ed81fdde99920359f209341114119c1aa11a (patch) | |
tree | 588d100a24153951eec02dae398cfb84f05902a0 /misc | |
parent | 82755753f41112e1cdd91b2994620ad074dfbf20 (diff) |
Modify for use of JDK 11
Issue-ID: AAF-1066
Signed-off-by: Instrumental <jgonap@stl.gathman.org>
Change-Id: I31484958c48b0d9b930921bec2581144e0675970
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> |