Skip to content

Commit 4044ba2

Browse files
committed
fixed dependency issue
1 parent 90cbd68 commit 4044ba2

File tree

1 file changed

+5
-0
lines changed
  • jdk_11_maven/em/embedded/graphql/timbuctoo

1 file changed

+5
-0
lines changed

jdk_11_maven/em/embedded/graphql/timbuctoo/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
</properties>
1919

2020
<dependencies>
21+
<dependency>
22+
<groupId>org.eclipse.jetty</groupId>
23+
<artifactId>jetty-util</artifactId>
24+
<version>9.4.44.v20210927</version>
25+
</dependency>
2126
<dependency>
2227
<groupId>org.testcontainers</groupId>
2328
<artifactId>testcontainers</artifactId>

0 commit comments

Comments
 (0)