summaryrefslogtreecommitdiffstats
path: root/bundle-plugin-test/test-bundles
diff options
context:
space:
mode:
authorgjoranv <gv@yahooinc.com>2023-05-31 08:33:00 +0200
committergjoranv <gv@yahooinc.com>2023-05-31 08:43:18 +0200
commit52277a34412a9cdaa3a0f6e0789975fce334060f (patch)
treecfb70a674048008e63b66030e9da2b43b1230a3e /bundle-plugin-test/test-bundles
parentf7b4da0a647a82b488c3b1ea81e74d6de3ba389a (diff)
Use 'defaults' instead of 'jrt' as compile scoped dep in test.
- Allows verifying that we include PublicApi packages from embedded deps. - Less bloated classpath
Diffstat (limited to 'bundle-plugin-test/test-bundles')
-rw-r--r--bundle-plugin-test/test-bundles/main/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundle-plugin-test/test-bundles/main/pom.xml b/bundle-plugin-test/test-bundles/main/pom.xml
index 603e0e95aa4..a6cf45947f3 100644
--- a/bundle-plugin-test/test-bundles/main/pom.xml
+++ b/bundle-plugin-test/test-bundles/main/pom.xml
@@ -17,7 +17,7 @@
<dependencies>
<dependency>
<groupId>com.yahoo.vespa</groupId>
- <artifactId>jrt</artifactId>
+ <artifactId>defaults</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>