[java-identity-provider COMMIT] /trunk/idp-attribute-resolver-impl/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Mon Nov 18 05:31:59 EST 2013


Author: rdw
Date: Mon Nov 18 05:31:59 2013
New Revision: 4955

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4955&view=rev
Log:
IDP-18 use JSON rather than hacky '!' delimiting to code up the transient.  Missed dependency which got loast in the general logback noise

Modified:
    trunk/idp-attribute-resolver-impl/pom.xml

Modified: trunk/idp-attribute-resolver-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-resolver-impl/pom.xml?rev=4955&r1=4954&r2=4955&view=diff
==============================================================================
--- trunk/idp-attribute-resolver-impl/pom.xml (original)
+++ trunk/idp-attribute-resolver-impl/pom.xml Mon Nov 18 05:31:59 2013
@@ -65,6 +65,12 @@
             <groupId>org.ldaptive</groupId>
             <artifactId>ldaptive</artifactId>
         </dependency>
+        
+        <dependency>
+            <groupId>javax.json</groupId>
+            <artifactId>javax.json-api</artifactId>
+        </dependency>
+        
                 
         <!-- Provided Dependencies -->
 
@@ -72,6 +78,11 @@
         <dependency>
             <groupId>${xerces.groupId}</groupId>
             <artifactId>xml-apis</artifactId>
+            <scope>runtime</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.glassfish</groupId>
+            <artifactId>javax.json</artifactId>
             <scope>runtime</scope>
         </dependency>
 



More information about the commits mailing list