[java-identity-provider COMMIT] in /trunk/idp-saml-impl: pom.xml src/test/resources/logback-test.xml

noreply at shibboleth.net noreply at shibboleth.net
Mon Dec 5 15:09:15 GMT 2011


Author: lajoie
Date: Mon Dec  5 15:09:15 2011
New Revision: 4081

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4081&view=rev
Log:
missed a couple files with the last check in

Modified:
    trunk/idp-saml-impl/pom.xml
    trunk/idp-saml-impl/src/test/resources/logback-test.xml

Modified: trunk/idp-saml-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-impl/pom.xml?rev=4081&r1=4080&r2=4081&view=diff
==============================================================================
--- trunk/idp-saml-impl/pom.xml (original)
+++ trunk/idp-saml-impl/pom.xml Mon Dec  5 15:09:15 2011
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
 
@@ -27,12 +27,6 @@
             <artifactId>idp-authn-api</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <dependency>
-            <!-- TODO remove this -->
-            <groupId>${opensaml.groupId}</groupId>
-            <artifactId>opensaml-saml-impl</artifactId>
-            <version>${opensaml.version}</version>
-        </dependency>
 
         <!-- Provided Dependencies -->
 
@@ -40,13 +34,22 @@
 
         <!-- Test Dependencies -->
         <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-all</artifactId>
+        </dependency>
+        <dependency>
             <groupId>${opensaml.groupId}</groupId>
             <artifactId>opensaml-core</artifactId>
             <version>${opensaml.version}</version>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>${opensaml.groupId}</groupId>
+            <artifactId>opensaml-saml-impl</artifactId>
+            <version>${opensaml.version}</version>
+        </dependency>
 
     </dependencies>
-    
+
 </project>

Modified: trunk/idp-saml-impl/src/test/resources/logback-test.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-impl/src/test/resources/logback-test.xml?rev=4081&r1=4080&r2=4081&view=diff
==============================================================================
--- trunk/idp-saml-impl/src/test/resources/logback-test.xml (original)
+++ trunk/idp-saml-impl/src/test/resources/logback-test.xml Mon Dec  5 15:09:15 2011
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <configuration>
 
-    <logger name="net.shibboleth.attribute" level="DEBUG"/>
+    <logger name="net.shibboleth.idp.saml.impl.profile.saml1" level="DEBUG"/>
 
     <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
         <encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder">



More information about the commits mailing list