This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch 3.1.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/3.1.x-fixes by this push:
new 7245866 Adding missing dependency
7245866 is described below
commit 724586694f85a5d654b52ce4a9e4700f1fccbd5c
Author: Colm O hEigeartaigh <coheigea@apache.org>
AuthorDate: Mon May 21 17:29:40 2018 +0100
Adding missing dependency
---
services/sts/sts-war/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/services/sts/sts-war/pom.xml b/services/sts/sts-war/pom.xml
index 0f6c324..2bef62a 100644
--- a/services/sts/sts-war/pom.xml
+++ b/services/sts/sts-war/pom.xml
@@ -57,6 +57,12 @@
<scope>runtime</scope>
</dependency>
<dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.2</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache</artifactId>
<version>${cxf.ehcache.version}</version>
--
To stop receiving notification emails like this one, please contact
coheigea@apache.org.
|