Do not use ClientConfig
[aaa.git] / aaa-shiro / impl / pom.xml
index d26b3794b260e36bb22a7331b7c821f263215f31..cbfbed9af32682e2d113a067b0502c4a5e8b358e 100644 (file)
@@ -41,12 +41,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <artifactId>aaa-idm-store-h2</artifactId>
         </dependency>
 
-        <!-- jersey client for moon authN -->
-        <dependency>
-            <groupId>org.glassfish.jersey.core</groupId>
-            <artifactId>jersey-client</artifactId>
-            <scope>provided</scope>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.aaa</groupId>
             <artifactId>aaa-cert</artifactId>
@@ -82,6 +76,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.service.http</artifactId>
         </dependency>
+        <dependency>
+            <groupId>javax.annotation</groupId>
+            <artifactId>javax.annotation-api</artifactId>
+            <optional>true</optional>
+        </dependency>
         <dependency>
             <groupId>com.guicedee.services</groupId>
             <artifactId>javax.inject</artifactId>