We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7374240 commit 4fdd0eaCopy full SHA for 4fdd0ea
graphql-jpa-query-example/pom.xml
@@ -55,6 +55,13 @@
55
<groupId>com.spotify</groupId>
56
<artifactId>docker-maven-plugin</artifactId>
57
<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>
65
<executions>
66
<execution>
67
<id>build-image</id>
0 commit comments