Skip to content

Commit

Permalink
Merge pull request #4925 from senivam/31_merged
Browse files Browse the repository at this point in the history
  • Loading branch information
senivam authored Dec 7, 2021
2 parents 06ac489 + 13e86ee commit 3e3e8b1
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 3e3e8b1

Please sign in to comment.