Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into 3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Nesen <[email protected]>
  • Loading branch information
senivam committed Dec 7, 2021
2 parents 06ac489 + f7f4373 commit 13e86ee
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions connectors/grizzly-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@
<dependency>
<groupId>org.glassfish.grizzly</groupId>
<artifactId>grizzly-http-client</artifactId>
<exclusions>
<exclusion>
<groupId>org.glassfish.grizzly</groupId>
<artifactId>grizzly-websockets</artifactId>
</exclusion>
<exclusion>
<groupId>org.glassfish.grizzly</groupId>
<artifactId>connection-pool</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.glassfish.grizzly</groupId>
Expand Down

0 comments on commit 13e86ee

Please sign in to comment.