aboutsummaryrefslogtreecommitdiffstats
path: root/application/pom.xml
diff options
context:
space:
mode:
authorOlli Virtanen <olli.virtanen@oath.com>2018-05-15 14:58:51 +0200
committerOlli Virtanen <olli.virtanen@oath.com>2018-05-15 14:58:51 +0200
commit863d8a7a616350b222da6239344a2a537d952f25 (patch)
treeff25074627b61f850f3f56e04975d02bd494a066 /application/pom.xml
parent1d1b67994d766e46ccb59cc1fa6a26942978f247 (diff)
Convert Scala test code to Java
Diffstat (limited to 'application/pom.xml')
-rw-r--r--application/pom.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/application/pom.xml b/application/pom.xml
index ac9ba96cb27..db298451a8b 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -20,10 +20,6 @@
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.scala-lang</groupId>
- <artifactId>scala-library</artifactId>
- </dependency>
- <dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>config-provisioning</artifactId>
<version>${project.version}</version>
@@ -76,11 +72,6 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.scala-lang.modules</groupId>
- <artifactId>scala-xml_${scala.major-version}</artifactId>
- <scope>test</scope>
- </dependency>
<!-- All dependencies that should be visible in test classpath, but not compile classpath,
for user projects must be added in compile scope here.
@@ -167,19 +158,6 @@
</configuration>
</plugin>
<plugin>
- <groupId>net.alchim31.maven</groupId>
- <artifactId>scala-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>scala-test-compile</id>
- <phase>process-test-resources</phase>
- <goals>
- <goal>testCompile</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>