summaryrefslogtreecommitdiffstats
path: root/bundle-plugin-test/test-bundles/non-public-api-usage/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'bundle-plugin-test/test-bundles/non-public-api-usage/pom.xml')
-rw-r--r--bundle-plugin-test/test-bundles/non-public-api-usage/pom.xml10
1 files changed, 2 insertions, 8 deletions
diff --git a/bundle-plugin-test/test-bundles/non-public-api-usage/pom.xml b/bundle-plugin-test/test-bundles/non-public-api-usage/pom.xml
index 5386346b8f7..2a621fd97c2 100644
--- a/bundle-plugin-test/test-bundles/non-public-api-usage/pom.xml
+++ b/bundle-plugin-test/test-bundles/non-public-api-usage/pom.xml
@@ -17,14 +17,8 @@
<dependencies>
<dependency>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>defaults</artifactId>
- <version>${project.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>vespajlib</artifactId>
+ <groupId>com.yahoo.vespa.bundle-plugin</groupId>
+ <artifactId>export-packages-lib</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>