aboutsummaryrefslogtreecommitdiffstats
path: root/container-test-jars/jersey-resources/pom.xml
diff options
context:
space:
mode:
authorOlli Virtanen <olli.virtanen@oath.com>2018-05-24 13:22:11 +0200
committerOlli Virtanen <olli.virtanen@oath.com>2018-05-24 13:22:11 +0200
commit50c82b3a07061f636810f1f60b4923f216729d8f (patch)
treef34b281494332762e5b3cdc52842b185c2d3508f /container-test-jars/jersey-resources/pom.xml
parent96ebcb01c2719dcf3f267aa2612878b564c7892e (diff)
Scala code converted to Java
Diffstat (limited to 'container-test-jars/jersey-resources/pom.xml')
-rw-r--r--container-test-jars/jersey-resources/pom.xml26
1 files changed, 0 insertions, 26 deletions
diff --git a/container-test-jars/jersey-resources/pom.xml b/container-test-jars/jersey-resources/pom.xml
index 33a3f03a962..2b6761e6411 100644
--- a/container-test-jars/jersey-resources/pom.xml
+++ b/container-test-jars/jersey-resources/pom.xml
@@ -16,11 +16,6 @@
<dependencies>
<dependency>
- <groupId>org.scala-lang</groupId>
- <artifactId>scala-library</artifactId>
- </dependency>
-
- <dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>vespa_jersey2</artifactId>
<version>${project.version}</version>
@@ -31,27 +26,6 @@
<build>
<plugins>
<plugin>
- <groupId>net.alchim31.maven</groupId>
- <artifactId>scala-maven-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>add-source</goal>
- <goal>compile</goal>
- <goal>testCompile</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <args>
- <arg>-unchecked</arg>
- <arg>-deprecation</arg>
- <arg>-feature</arg>
- </args>
- </configuration>
- </plugin>
-
- <plugin>
<groupId>com.yahoo.vespa</groupId>
<artifactId>bundle-plugin</artifactId>
<version>${project.version}</version>