Skip to content

Commit f7f4373

Browse files
zUniQueXjansupol
authored andcommitted
Issue #4917 - Fix dependencies for Grizzly connector
Exclude declared dependencies with other versions from grizzly-http-client Signed-off-by: Steffen Nießing <[email protected]>
1 parent 28a89ce commit f7f4373

File tree

1 file changed

+10
-0
lines changed
  • connectors/grizzly-connector

1 file changed

+10
-0
lines changed

connectors/grizzly-connector/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,16 @@
4040
<dependency>
4141
<groupId>org.glassfish.grizzly</groupId>
4242
<artifactId>grizzly-http-client</artifactId>
43+
<exclusions>
44+
<exclusion>
45+
<groupId>org.glassfish.grizzly</groupId>
46+
<artifactId>grizzly-websockets</artifactId>
47+
</exclusion>
48+
<exclusion>
49+
<groupId>org.glassfish.grizzly</groupId>
50+
<artifactId>connection-pool</artifactId>
51+
</exclusion>
52+
</exclusions>
4353
</dependency>
4454
<dependency>
4555
<groupId>org.glassfish.grizzly</groupId>

0 commit comments

Comments
 (0)