summaryrefslogtreecommitdiffstats
path: root/standalone-container/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-03-09 17:14:28 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-03-09 17:30:13 +0100
commit76bb30d6f06ace62dd12f4fbd618146e5c62d089 (patch)
tree246ced8bccc8763b8af8c3563ea19acf3ab20a52 /standalone-container/pom.xml
parent1dd94fa117dc987a6b9411509fcc6f65fb8cec44 (diff)
Remove standalone container activator
The standalone container activator is no longer needed after pre-binding of server sockets was removed.
Diffstat (limited to 'standalone-container/pom.xml')
-rw-r--r--standalone-container/pom.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/standalone-container/pom.xml b/standalone-container/pom.xml
index 744d6854ab2..b9062b9284c 100644
--- a/standalone-container/pom.xml
+++ b/standalone-container/pom.xml
@@ -90,8 +90,6 @@
container-disc-jar-with-dependencies.jar,
vespajlib.jar
</discPreInstallBundle>
- <bundleActivator>com.yahoo.container.standalone.StandaloneContainerActivator</bundleActivator>
- <jdiscPrivilegedActivator>true</jdiscPrivilegedActivator>
</configuration>
</plugin>
<plugin>