summaryrefslogtreecommitdiffstats
path: root/container-jersey2
diff options
context:
space:
mode:
authorOlli Virtanen <ovirtanen@gmail.com>2018-06-26 14:41:06 +0200
committerGitHub <noreply@github.com>2018-06-26 14:41:06 +0200
commit2258dce0e6e5dab882f8a8485f9fc59867d1d7a9 (patch)
tree9846e3fa414c19bbe07292aac83e954ad478d6a1 /container-jersey2
parent66ecd87dd55b363db6d5ac1ed7697902f7ee6bc5 (diff)
parent0e5001395c46511a8b57b9721a0a8e341459e640 (diff)
Merge pull request #6272 from vespa-engine/ovirtanen/remove-scala-from-poms
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>