aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@yahoo-inc.com>2018-01-26 12:42:43 +0000
committerGeir Storli <geirst@yahoo-inc.com>2018-02-01 13:30:40 +0000
commit9f7a142473d7f17c7777edd540e84a71e17ac52b (patch)
treeb1887f474440d42226ed67dc199cd5438c6c5c03
parent889cde36f4effeea407587f64e1ba619a94c0703 (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>