Update gizmo to set jersey impl for ClientBuilder
[aai/gizmo.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index ef500b4..e5686f3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           <artifactId>common-logging</artifactId>
           <version>1.1.0</version>
         </dependency>
-
+           <dependency>
+                 <groupId>org.glassfish.jersey.core</groupId>
+                 <artifactId>jersey-client</artifactId>
+                 <version>2.23</version>
+           </dependency>
         <dependency>
           <groupId>ch.qos.logback</groupId>
           <artifactId>logback-core</artifactId>
         <dependency>
             <groupId>org.json</groupId>
             <artifactId>json</artifactId>
-            <version>20131018</version>
+            <version>20160212</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
     </repositories>
 
     <build>
+      <finalName>${project.artifactId}</finalName>
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>