aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgjoranv <gjoranv@gmail.com>2023-07-07 15:35:53 +0200
committerGitHub <noreply@github.com>2023-07-07 15:35:53 +0200
commit701b725274c93d779394c9f4048b1821de802464 (patch)
treef8a8997ba08323842af968978a1f8008c416ef95
parentefd9d443434951a5ff4ce7434f4b7ba19fc9f76a (diff)
parent18f0d7aa51f1ea88c11ee5a9e638d201dcf24366 (diff)
Merge pull request #27711 from vespa-engine/bjorncs/misc
Bjorncs/misc
-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>