aboutsummaryrefslogtreecommitdiffstats
path: root/bundle-plugin-test/integration-test/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'bundle-plugin-test/integration-test/pom.xml')
-rw-r--r--bundle-plugin-test/integration-test/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/bundle-plugin-test/integration-test/pom.xml b/bundle-plugin-test/integration-test/pom.xml
index 7384bf3aea6..acd075d0365 100644
--- a/bundle-plugin-test/integration-test/pom.xml
+++ b/bundle-plugin-test/integration-test/pom.xml
@@ -56,7 +56,14 @@
<classifier>bundle</classifier>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa.bundle-plugin</groupId>
+ <artifactId>non-public-api-usage</artifactId>
+ <classifier>bundle</classifier>
+ <version>${project.version}</version>
+ </dependency>
</dependencies>
+
<build>
<plugins>
<plugin>