[java-identity-provider] 01/02: Add missing dependency
Ian Young
ian at iay.org.uk
Wed Jan 15 12:24:59 EST 2020
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=21314681992ab49232249f093b69dfd521164848
commit 21314681992ab49232249f093b69dfd521164848
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Jan 15 16:45:18 2020 +0000
Add missing dependency
---
idp-authn-api/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/idp-authn-api/pom.xml b/idp-authn-api/pom.xml
index 34086ef..2e66b9b 100644
--- a/idp-authn-api/pom.xml
+++ b/idp-authn-api/pom.xml
@@ -55,6 +55,10 @@
<artifactId>velocity-engine-core</artifactId>
</dependency>
<dependency>
+ <groupId>${spring.groupId}</groupId>
+ <artifactId>spring-beans</artifactId>
+ </dependency>
+ <dependency>
<groupId>${spring-webflow.groupId}</groupId>
<artifactId>spring-webflow</artifactId>
</dependency>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list