[java-shib-attribute] branch main updated: Add service and velocity dependencies.
Scott Cantor
cantor.2 at osu.edu
Thu Sep 1 18:08:26 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-shib-attribute.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-attribute.git;a=commit;h=5048117cfac3a5f5769007c916fcc2ad6268b800
The following commit(s) were added to refs/heads/main by this push:
new 5048117cf Add service and velocity dependencies.
5048117cf is described below
commit 5048117cfac3a5f5769007c916fcc2ad6268b800
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Sep 1 14:08:23 2022 -0400
Add service and velocity dependencies.
---
shib-attribute-filter-api/pom.xml | 5 +++++
shib-attribute-filter-spring/pom.xml | 5 +++++
shib-attribute-impl/pom.xml | 5 +++++
shib-attribute-resolver-api/pom.xml | 10 ++++++++++
shib-attribute-resolver-impl/pom.xml | 5 +++++
5 files changed, 30 insertions(+)
diff --git a/shib-attribute-filter-api/pom.xml b/shib-attribute-filter-api/pom.xml
index 13d3a8ff0..9e3274721 100644
--- a/shib-attribute-filter-api/pom.xml
+++ b/shib-attribute-filter-api/pom.xml
@@ -40,6 +40,11 @@
<artifactId>opensaml-saml-api</artifactId>
</dependency>
+ <dependency>
+ <groupId>net.shibboleth.shared</groupId>
+ <artifactId>shib-service</artifactId>
+ </dependency>
+
<dependency>
<groupId>net.shibboleth.utilities</groupId>
<artifactId>java-support</artifactId>
diff --git a/shib-attribute-filter-spring/pom.xml b/shib-attribute-filter-spring/pom.xml
index ab38eb203..f9584282e 100644
--- a/shib-attribute-filter-spring/pom.xml
+++ b/shib-attribute-filter-spring/pom.xml
@@ -51,6 +51,11 @@
<artifactId>opensaml-saml-api</artifactId>
</dependency>
+ <dependency>
+ <groupId>net.shibboleth.shared</groupId>
+ <artifactId>shib-service</artifactId>
+ </dependency>
+
<dependency>
<groupId>net.shibboleth.ext</groupId>
<artifactId>spring-extensions</artifactId>
diff --git a/shib-attribute-impl/pom.xml b/shib-attribute-impl/pom.xml
index 2e6bd103f..782679dcc 100644
--- a/shib-attribute-impl/pom.xml
+++ b/shib-attribute-impl/pom.xml
@@ -42,6 +42,11 @@
<artifactId>spring-core</artifactId>
</dependency>
+ <dependency>
+ <groupId>net.shibboleth.shared</groupId>
+ <artifactId>shib-service</artifactId>
+ </dependency>
+
<dependency>
<groupId>net.shibboleth.ext</groupId>
<artifactId>spring-extensions</artifactId>
diff --git a/shib-attribute-resolver-api/pom.xml b/shib-attribute-resolver-api/pom.xml
index 154d70ff4..9f6a563a1 100644
--- a/shib-attribute-resolver-api/pom.xml
+++ b/shib-attribute-resolver-api/pom.xml
@@ -45,6 +45,16 @@
<artifactId>opensaml-storage-api</artifactId>
</dependency>
+ <dependency>
+ <groupId>net.shibboleth.shared</groupId>
+ <artifactId>shib-service</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>net.shibboleth.shared</groupId>
+ <artifactId>shib-velocity</artifactId>
+ </dependency>
+
<dependency>
<groupId>net.shibboleth.utilities</groupId>
<artifactId>java-support</artifactId>
diff --git a/shib-attribute-resolver-impl/pom.xml b/shib-attribute-resolver-impl/pom.xml
index 4f1c9343d..612789f38 100644
--- a/shib-attribute-resolver-impl/pom.xml
+++ b/shib-attribute-resolver-impl/pom.xml
@@ -64,6 +64,11 @@
<artifactId>opensaml-security-impl</artifactId>
</dependency>
+ <dependency>
+ <groupId>net.shibboleth.shared</groupId>
+ <artifactId>shib-velocity</artifactId>
+ </dependency>
+
<dependency>
<groupId>net.shibboleth.ext</groupId>
<artifactId>spring-extensions</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list