summaryrefslogtreecommitdiffstats
path: root/container-core/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-07-19 11:23:41 +0200
committerBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-07-20 13:13:09 +0200
commit94e3449f4b57647b199a03e2e59f91ee902b35eb (patch)
tree682aedfecbe6fa62fbfd3be986c74fe4338b1531 /container-core/pom.xml
parent929a44e999bbaae9600753aea1a8335a9facd69e (diff)
Remove Scala from container-core
Diffstat (limited to 'container-core/pom.xml')
-rw-r--r--container-core/pom.xml31
1 files changed, 0 insertions, 31 deletions
diff --git a/container-core/pom.xml b/container-core/pom.xml
index 79d8fc1f199..c608f35f26c 100644
--- a/container-core/pom.xml
+++ b/container-core/pom.xml
@@ -186,11 +186,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>scalalib</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<scope>provided</scope>
@@ -204,32 +199,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>
- <execution>
- <phase>process-resources</phase>
- <goals>
- <goal>compile</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>