diff options
Diffstat (limited to 'same/pom.xml')
-rw-r--r-- | same/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/same/pom.xml b/same/pom.xml index d7d5ca4..c1f7946 100644 --- a/same/pom.xml +++ b/same/pom.xml @@ -72,6 +72,11 @@ <version>8.0.0.M3</version> </dependency> <dependency> + <groupId>org.jboss.resteasy</groupId> + <artifactId>tjws</artifactId> + <version>2.3.1.GA</version> + </dependency> + <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.1.2</version> |