Skip to content

Commit

Permalink
Issue #SB-0000 fix: Fix for AbstractMethodError in UriBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinaya Kumar B committed Dec 10, 2018
1 parent 6afaa89 commit e310e9b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions common-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,31 @@
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-core</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-server</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-common</artifactId>
<version>2.27</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
<version>2.27</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-server</artifactId>
<version>2.27</version>
</dependency>
</dependencies>
<build>
<pluginManagement>
Expand Down

0 comments on commit e310e9b

Please sign in to comment.