summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--renovate.json1
-rw-r--r--socket_test/pom.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/renovate.json b/renovate.json
index 0ba62d49465..3c8eace23da 100644
--- a/renovate.json
+++ b/renovate.json
@@ -8,6 +8,7 @@
"prConcurrentLimit": 10,
"ignorePaths": [],
"ignoreDeps": [
+ "com.github.spotbugs:spotbugs-annotations",
"com.yahoo.vespa.bundle-plugin:test-bundles",
"com.yahoo.vespa.jdisc_core:test_bundles",
"com.yahoo.vespa:cloud-tenant-base",
diff --git a/socket_test/pom.xml b/socket_test/pom.xml
index f68b04d01c8..50965f05cdf 100644
--- a/socket_test/pom.xml
+++ b/socket_test/pom.xml
@@ -22,8 +22,8 @@
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.4</version>
<configuration>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>