summaryrefslogtreecommitdiffstats
path: root/application/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorn.christian@seime.no>2018-05-24 12:39:18 +0200
committerGitHub <noreply@github.com>2018-05-24 12:39:18 +0200
commit96ebcb01c2719dcf3f267aa2612878b564c7892e (patch)
treec9a19099b5903ce664fbd0f11d7e0961f23e270d /application/pom.xml
parent977146b72db7a0ffa935ab6e9b89f8165e41589a (diff)
parentfaf931aa5cfeb14d23b784bf4f7fbadde84217a8 (diff)
Merge pull request #5899 from vespa-engine/ovirtanen/remove-scala-dependency-in-application
Replace Scala test code in application module with equivalent 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>