[java-opensaml] branch master updated: JPAR-110 - review dependencies for opensaml-xmlsec-impl
Ian Young
ian at iay.org.uk
Wed Jan 30 06:21:13 EST 2019
This is an automated email from the git hooks/post-receive script.
iay 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=9ef41de4fd52d96923520658077400b7c6bb2b16
The following commit(s) were added to refs/heads/master by this push:
new 9ef41de JPAR-110 - review dependencies for opensaml-xmlsec-impl
9ef41de is described below
commit 9ef41de4fd52d96923520658077400b7c6bb2b16
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Jan 30 11:21:04 2019 +0000
JPAR-110 - review dependencies for opensaml-xmlsec-impl
---
opensaml-xmlsec-impl/pom.xml | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/opensaml-xmlsec-impl/pom.xml b/opensaml-xmlsec-impl/pom.xml
index e97f457..23ff31c 100644
--- a/opensaml-xmlsec-impl/pom.xml
+++ b/opensaml-xmlsec-impl/pom.xml
@@ -24,14 +24,40 @@
<!-- Compile Dependencies -->
<dependency>
<groupId>${project.groupId}</groupId>
+ <artifactId>opensaml-core</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
<artifactId>opensaml-messaging-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
+ <artifactId>opensaml-security-api</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
<artifactId>opensaml-xmlsec-api</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.santuario</groupId>
+ <artifactId>xmlsec</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.cryptacular</groupId>
+ <artifactId>cryptacular</artifactId>
+ </dependency>
<!-- TODO This needs to be removed once classes are moved from security-impl to security-api -->
<dependency>
<groupId>${project.groupId}</groupId>
@@ -68,6 +94,12 @@
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <scope>test</scope>
+ </dependency>
+
</dependencies>
<distributionManagement>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list