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.
2 parents 06ac489 + f7f4373 commit 13e86eeCopy full SHA for 13e86ee
connectors/grizzly-connector/pom.xml
@@ -40,6 +40,16 @@
40
<dependency>
41
<groupId>org.glassfish.grizzly</groupId>
42
<artifactId>grizzly-http-client</artifactId>
43
+ <exclusions>
44
+ <exclusion>
45
+ <groupId>org.glassfish.grizzly</groupId>
46
+ <artifactId>grizzly-websockets</artifactId>
47
+ </exclusion>
48
49
50
+ <artifactId>connection-pool</artifactId>
51
52
+ </exclusions>
53
</dependency>
54
55
0 commit comments