summaryrefslogtreecommitdiffstats
path: root/jdisc-cloud-aws
diff options
context:
space:
mode:
authorgjoranv <gv@yahooinc.com>2023-07-03 14:38:24 +0200
committergjoranv <gv@yahooinc.com>2023-07-03 22:37:54 +0200
commit394c04ac5bdaea3a56ac01f123d09af75f8e550d (patch)
treed5b30d85fd31361c6feac908ab8668bbc5731fb8 /jdisc-cloud-aws
parent73dc0d31608a597685baf47e9b245f9d9422379c (diff)
Depend on container-dev and allow embeddeding provided deps for now.
Diffstat (limited to 'jdisc-cloud-aws')
-rw-r--r--jdisc-cloud-aws/pom.xml18
1 files changed, 5 insertions, 13 deletions
diff --git a/jdisc-cloud-aws/pom.xml b/jdisc-cloud-aws/pom.xml
index 5ae3e056309..a383edfbbc9 100644
--- a/jdisc-cloud-aws/pom.xml
+++ b/jdisc-cloud-aws/pom.xml
@@ -19,7 +19,7 @@
<dependencies>
<dependency>
<groupId>com.yahoo.vespa</groupId>
- <artifactId>container-disc</artifactId>
+ <artifactId>container-dev</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
@@ -47,18 +47,6 @@
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-ssm</artifactId>
</dependency>
- <dependency>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>jdisc_core</artifactId>
- <version>${project.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>component</artifactId>
- <version>${project.version}</version>
- <scope>provided</scope>
- </dependency>
</dependencies>
<build>
@@ -71,6 +59,10 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>bundle-plugin</artifactId>
<extensions>true</extensions>
+ <configuration>
+ <allowEmbeddedArtifacts>com.fasterxml.jackson.core:jackson-annotations:2.15.2, com.fasterxml.jackson.core:jackson-core:2.15.2,
+ com.fasterxml.jackson.core:jackson-databind:2.15.2, commons-logging:commons-logging:1.2</allowEmbeddedArtifacts>
+ </configuration>
</plugin>
</plugins>
</build>