summaryrefslogtreecommitdiffstats
path: root/container-jersey2
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-05-16 00:42:17 +0200
committergjoranv <gv@oath.com>2018-06-06 11:50:31 +0200
commitc92af17baee359b4d82606fe05cdd2f3c788937e (patch)
treeae741c2267dff65ecfb71ecd284ec5354d04f42c /container-jersey2
parentfb2953c3ae1fa3a857db1f78f5b1c466945bbd89 (diff)
Java 9: Do not use old asm.
Diffstat (limited to 'container-jersey2')
-rw-r--r--container-jersey2/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/container-jersey2/pom.xml b/container-jersey2/pom.xml
index 26dfa762032..76ff21dc028 100644
--- a/container-jersey2/pom.xml
+++ b/container-jersey2/pom.xml
@@ -52,7 +52,6 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
- <version>5.0.3</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>