aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@yahoo-inc.com>2018-01-26 12:42:43 +0000
committerGeir Storli <geirst@oath.com>2018-01-29 15:32:15 +0000
commit8bdc315350adf02a3bc8a7c808863fd9b32ac6d9 (patch)
tree56e8b323994c827031da70ccdac0c63e6dbbb1c7
parent69665acdb7de8976563c3dd63458ebdfed2603f9 (diff)
Correctly export generated bucket space config class
-rw-r--r--configdefinitions/src/main/java/com/yahoo/vespa/config/content/core/package-info.java5
-rw-r--r--vespaclient-container-plugin/pom.xml6
2 files changed, 5 insertions, 6 deletions
diff --git a/configdefinitions/src/main/java/com/yahoo/vespa/config/content/core/package-info.java b/configdefinitions/src/main/java/com/yahoo/vespa/config/content/core/package-info.java
new file mode 100644
index 00000000000..a85b025fc08
--- /dev/null
+++ b/configdefinitions/src/main/java/com/yahoo/vespa/config/content/core/package-info.java
@@ -0,0 +1,5 @@
+// Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+@ExportPackage
+package com.yahoo.vespa.config.content.core;
+
+import com.yahoo.osgi.annotation.ExportPackage;
diff --git a/vespaclient-container-plugin/pom.xml b/vespaclient-container-plugin/pom.xml
index 1de6930307e..150a3241153 100644
--- a/vespaclient-container-plugin/pom.xml
+++ b/vespaclient-container-plugin/pom.xml
@@ -38,12 +38,6 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>configdefinitions</artifactId>
- <version>${project.version}</version>
- </dependency>
-
- <dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<scope>test</scope>