[java-opensaml] 16/16: Change xmlsec-impl dependency from test to compile scope.

Brent Putman putmanb at georgetown.edu
Sun Dec 17 00:08:26 EST 2017


This is an automated email from the git hooks/post-receive script.

putmanb pushed a commit to branch master
in repository java-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=42bdf358b953413198627dc9f57547808ff441e7

commit 42bdf358b953413198627dc9f57547808ff441e7
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Sat Dec 16 21:08:30 2017 -0500

    Change xmlsec-impl dependency from test to compile scope.
---
 opensaml-profile-impl/pom.xml | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/opensaml-profile-impl/pom.xml b/opensaml-profile-impl/pom.xml
index 0c65cbd..cae9c30 100644
--- a/opensaml-profile-impl/pom.xml
+++ b/opensaml-profile-impl/pom.xml
@@ -36,6 +36,12 @@
             <version>${project.version}</version>
         </dependency>
 
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>opensaml-xmlsec-impl</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+
         <!-- Provided Dependencies -->
        <dependency>
             <groupId>javax.servlet</groupId>
@@ -63,13 +69,6 @@
         </dependency>
 
         <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>opensaml-xmlsec-impl</artifactId>
-            <version>${project.version}</version>
-            <scope>test</scope>
-        </dependency>
-
-        <dependency>
             <groupId>${spring.groupId}</groupId>
             <version>${spring.version}</version>
             <artifactId>spring-core</artifactId>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list