Changes to fix feature installs
[appc.git] / appc-adapters / appc-rest-adapter / appc-rest-adapter-bundle / pom.xml
index eee104a..ff547ad 100644 (file)
                        <artifactId>javax.ws.rs-api</artifactId>
                        </dependency>
 
-               <!-- Jersey support needed for OpenStack connector and API version logic -->
-               <dependency>
-                       <groupId>com.sun.jersey</groupId>
-                       <artifactId>jersey-client</artifactId>
-                       </dependency>
-
                <dependency>
                <groupId>org.json</groupId>
                <artifactId>json</artifactId>
                </dependency>
-               <dependency>
-                       <groupId>com.sun.jersey</groupId>
-                       <artifactId>jersey-json</artifactId>
-                       </dependency>
 
                <dependency>
                        <groupId>javax.xml.bind</groupId>