summaryrefslogtreecommitdiffstats
path: root/container-jersey2
diff options
context:
space:
mode:
authorOlli Virtanen <olli.virtanen@oath.com>2018-06-25 11:27:54 +0200
committerOlli Virtanen <olli.virtanen@oath.com>2018-06-25 11:27:54 +0200
commit0e5001395c46511a8b57b9721a0a8e341459e640 (patch)
tree76f99fa4b7b2b7866918928b20f6d15e57f98d99 /container-jersey2
parentab61e5ea77c483c0fe4fb6a3f266bd47f590988a (diff)
Remove Scala remnants from Maven build files
Diffstat (limited to 'container-jersey2')
-rw-r--r--container-jersey2/pom.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/container-jersey2/pom.xml b/container-jersey2/pom.xml
index c5ed7d872bf..70189e65f00 100644
--- a/container-jersey2/pom.xml
+++ b/container-jersey2/pom.xml
@@ -57,26 +57,6 @@
<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>