summaryrefslogtreecommitdiffstats
path: root/config-model/pom.xml
diff options
context:
space:
mode:
authorOlli Virtanen <olli.virtanen@oath.com>2018-05-24 13:51:49 +0200
committerOlli Virtanen <olli.virtanen@oath.com>2018-05-24 13:51:49 +0200
commit3a1bc7fa8991b033ab0989717c3ef982b5edd769 (patch)
treedee201ffd4eb7c22279089353862039e6c37022c /config-model/pom.xml
parent96ebcb01c2719dcf3f267aa2612878b564c7892e (diff)
Scala code replaced with Java equivalent
Diffstat (limited to 'config-model/pom.xml')
-rw-r--r--config-model/pom.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/config-model/pom.xml b/config-model/pom.xml
index 9388608fdcb..bab2f37e667 100644
--- a/config-model/pom.xml
+++ b/config-model/pom.xml
@@ -276,11 +276,6 @@
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.scalatest</groupId>
- <artifactId>scalatest_${scala.major-version}</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
@@ -300,11 +295,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.scala-lang.modules</groupId>
- <artifactId>scala-xml_${scala.major-version}</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
</dependency>
@@ -531,19 +521,6 @@
<updateReleaseInfo>true</updateReleaseInfo>
</configuration>
</plugin>
- <plugin>
- <groupId>net.alchim31.maven</groupId>
- <artifactId>scala-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>test-compile</id>
- <goals>
- <goal>testCompile</goal>
- </goals>
- <phase>test-compile</phase>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
</project>