aboutsummaryrefslogtreecommitdiffstats
path: root/service-monitor/pom.xml
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@oath.com>2017-10-20 09:21:27 +0200
committerHåkon Hallingstad <hakon@oath.com>2017-10-20 09:21:27 +0200
commita739b0aafcd87e4f115be86fc9ad98cf8e06c829 (patch)
treef25b5b90d66813b2b7dc038647b7b4b4b6aa7de4 /service-monitor/pom.xml
parent1ebf34b784ce3f874210cf11eaffd95a24020d0e (diff)
Remove Scala ServiceMonitor
Diffstat (limited to 'service-monitor/pom.xml')
-rw-r--r--service-monitor/pom.xml48
1 files changed, 0 insertions, 48 deletions
diff --git a/service-monitor/pom.xml b/service-monitor/pom.xml
index 80958ca9bee..71273ae589b 100644
--- a/service-monitor/pom.xml
+++ b/service-monitor/pom.xml
@@ -16,20 +16,6 @@
<dependencies>
<dependency>
- <groupId>org.scala-lang</groupId>
- <artifactId>scala-library</artifactId>
- </dependency>
- <dependency>
- <groupId>io.reactivex</groupId>
- <artifactId>rxjava</artifactId>
- <version>1.0.7</version>
- </dependency>
- <dependency>
- <groupId>io.reactivex</groupId>
- <artifactId>rxscala_${scala.major-version}</artifactId>
- <version>0.23.1</version>
- </dependency>
- <dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>config</artifactId>
<version>${project.version}</version>
@@ -72,17 +58,6 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>org.json4s</groupId>
- <artifactId>json4s-native_${scala.major-version}</artifactId>
- <scope>test</scope>
- <exclusions>
- <exclusion>
- <groupId>org.scala-lang</groupId>
- <artifactId>scalap</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>annotations</artifactId>
<version>${project.version}</version>
@@ -112,32 +87,9 @@
<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>
- <execution>
- <id>compile-scala-classes-for-use-in-java-classes</id>
- <phase>process-resources</phase>
- <goals>
- <goal>compile</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
<groupId>com.yahoo.vespa</groupId>
<artifactId>bundle-plugin</artifactId>
<extensions>true</extensions>
- <configuration>
- <Import-Package>sun.misc</Import-Package> <!-- needed by rx.internal.util.unsafe.UnsafeAccess -->
- </configuration>
</plugin>
<plugin>