summaryrefslogtreecommitdiffstats
path: root/container-jersey2/pom.xml
diff options
context:
space:
mode:
authorOlli Virtanen <olli.virtanen@oath.com>2018-06-07 15:19:59 +0200
committerOlli Virtanen <olli.virtanen@oath.com>2018-06-07 15:19:59 +0200
commitf35c4c3640e6bbf6d8de3630a857d54caceab932 (patch)
tree478e80e826f8727b5362afa533de7f7efd18f3c3 /container-jersey2/pom.xml
parent6d06cec92ab856c340e69a30cf0d11bf2972cd6b (diff)
Container-jersey2: convert Scala code to Java (take 2)
Diffstat (limited to 'container-jersey2/pom.xml')
-rw-r--r--container-jersey2/pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/container-jersey2/pom.xml b/container-jersey2/pom.xml
index 76ff21dc028..c5ed7d872bf 100644
--- a/container-jersey2/pom.xml
+++ b/container-jersey2/pom.xml
@@ -53,10 +53,6 @@
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
</dependency>
- <dependency>
- <groupId>org.scala-lang</groupId>
- <artifactId>scala-library</artifactId>
- </dependency>
</dependencies>
<build>
<plugins>