Skip to content

Commit 350c8ed

Browse files
committed
testing fix
1 parent 1e71ca7 commit 350c8ed

File tree

1 file changed

+6
-0
lines changed
  • resource-managers/kubernetes/core

1 file changed

+6
-0
lines changed

resource-managers/kubernetes/core/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,12 @@
100100
<dependency>
101101
<groupId>com.fasterxml.jackson.jaxrs</groupId>
102102
<artifactId>jackson-jaxrs-json-provider</artifactId>
103+
<exclusions>
104+
<exclusion>
105+
<groupId>javax.ws.rs</groupId>
106+
<artifactId>jsr311-api</artifactId>
107+
</exclusion>
108+
</exclusions>
103109
</dependency>
104110
<dependency>
105111
<groupId>javax.ws.rs</groupId>

0 commit comments

Comments
 (0)