summaryrefslogtreecommitdiffstats
path: root/tenant-base
diff options
context:
space:
mode:
authorJon Marius Venstad <jvenstad@yahoo-inc.com>2018-09-19 11:41:36 +0200
committerJon Marius Venstad <jvenstad@yahoo-inc.com>2018-09-19 11:41:36 +0200
commite3f743a81839d431002f32252821aed64217d49b (patch)
tree680e66242174953177c2396c58ac00d1052a3767 /tenant-base
parentdc974804fb1bc759b0e979c4294f3fb89f822766 (diff)
Address review
Diffstat (limited to 'tenant-base')
-rw-r--r--tenant-base/pom.xml22
1 files changed, 1 insertions, 21 deletions
diff --git a/tenant-base/pom.xml b/tenant-base/pom.xml
index 5d502176481..806fdc662d1 100644
--- a/tenant-base/pom.xml
+++ b/tenant-base/pom.xml
@@ -15,7 +15,7 @@
<properties>
<vespaversion>${project.version}</vespaversion>
<target_jdk_version>1.8</target_jdk_version>
- <compiler_plugin_version>3.6.1</compiler_plugin_version>
+ <compiler_plugin_version>3.8.0</compiler_plugin_version>
<surefire_version>2.22.0</surefire_version> <!-- NOTE bjorncs 15.06.2017: Version 2.20 has OoM issues -->
</properties>
@@ -30,15 +30,6 @@
<scope>import</scope>
</dependency>
- <dependency>
- <!-- Frequently causes class loading issues when pulled in with compile scope transitively
- via e.g. avro, vespa-grid-log and others. -->
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- <version>1.7.5</version>
- <scope>provided</scope> <!-- NOTE: setting scope in depManagement should be avoided in general!-->
- </dependency>
-
</dependencies>
</dependencyManagement>
@@ -363,17 +354,6 @@
</plugin>
<plugin>
- <groupId>com.yahoo.vespa.hosted</groupId>
- <artifactId>vespa-maven-plugin</artifactId>
- <version>${vespaversion}</version>
- <configuration>
- <tenant>${tenant}</tenant>
- <application>${application}</application>
- <instance>${instance}</instance>
- </configuration>
- </plugin>
-
- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${surefire_version}</version>