Skip to content

Commit 4fdd0ea

Browse files
committed
fix: (Docker) NoClassDefFoundError: javax/activation/DataSource warning
1 parent 7374240 commit 4fdd0ea

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

graphql-jpa-query-example/pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@
5555
<groupId>com.spotify</groupId>
5656
<artifactId>docker-maven-plugin</artifactId>
5757
<version>0.4.14</version>
58+
<dependencies>
59+
<dependency>
60+
<groupId>javax.activation</groupId>
61+
<artifactId>activation</artifactId>
62+
<version>1.1.1</version>
63+
</dependency>
64+
</dependencies>
5865
<executions>
5966
<execution>
6067
<id>build-image</id>

0 commit comments

Comments
 (0)