summaryrefslogtreecommitdiffstats
path: root/config-proxy
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2023-01-16 13:44:38 +0100
committerGitHub <noreply@github.com>2023-01-16 13:44:38 +0100
commitd7c59bd2354fe385db88e11f5640afdd22dff8d1 (patch)
treec9eace4444c78a454df6cc798af94ac2525cfa5d /config-proxy
parentf44bfc89a746e7b6baaf81320024e6a5e988784a (diff)
Remove duplicate Maven plugin configuration
Diffstat (limited to 'config-proxy')
-rw-r--r--config-proxy/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/config-proxy/pom.xml b/config-proxy/pom.xml
index 51fba61563f..365c3e83048 100644
--- a/config-proxy/pom.xml
+++ b/config-proxy/pom.xml
@@ -71,11 +71,6 @@
<build>
<plugins>
<plugin>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>bundle-plugin</artifactId>
- <extensions>true</extensions>
- </plugin>
- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>