summaryrefslogtreecommitdiffstats
path: root/container-jersey2/pom.xml
diff options
context:
space:
mode:
authorOlli Virtanen <olli.virtanen@oath.com>2018-05-31 11:40:14 +0200
committerOlli Virtanen <olli.virtanen@oath.com>2018-05-31 11:40:14 +0200
commit08884ed261725a550d4cbbc3524a3069871ba3a2 (patch)
tree28eb3e267954b3d310c0807c676aafdddaef327b /container-jersey2/pom.xml
parent41fafa8edf8c7dda56b30050d5233b17f03babe1 (diff)
Scala code in container-jersey2 replaced with Java
Diffstat (limited to 'container-jersey2/pom.xml')
-rw-r--r--container-jersey2/pom.xml24
1 files changed, 0 insertions, 24 deletions
diff --git a/container-jersey2/pom.xml b/container-jersey2/pom.xml
index 26dfa762032..eb94b20700f 100644
--- a/container-jersey2/pom.xml
+++ b/container-jersey2/pom.xml
@@ -54,34 +54,10 @@
<artifactId>asm</artifactId>
<version>5.0.3</version>
</dependency>
- <dependency>
- <groupId>org.scala-lang</groupId>
- <artifactId>scala-library</artifactId>
- </dependency>
</dependencies>
<build>
<plugins>
<plugin>
- <groupId>net.alchim31.maven</groupId>
- <artifactId>scala-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>compile</id>
- <goals>
- <goal>compile</goal>
- </goals>
- <phase>compile</phase>
- </execution>
- <execution>
- <id>test-compile</id>
- <goals>
- <goal>testCompile</goal>
- </goals>
- <phase>test-compile</phase>
- </execution>
- </executions>
- </plugin>
- <plugin>
<groupId>com.yahoo.vespa</groupId>
<artifactId>bundle-plugin</artifactId>
<extensions>true</extensions>