This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git


The following commit(s) were added to refs/heads/master by this push:
     new 17e0569  Adding a dependency on BeanUtils 1.9.4 until commons 
validator is released
17e0569 is described below

commit 17e0569085e045312f2a36d62a9e3adde2a3e70e
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Thu Jun 11 13:37:04 2020 +0100

    Adding a dependency on BeanUtils 1.9.4 until commons validator is released
---
 services/idp-core/pom.xml | 6 ++++++
 services/oidc/pom.xml     | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/services/idp-core/pom.xml b/services/idp-core/pom.xml
index de6ca62..8487d3e 100644
--- a/services/idp-core/pom.xml
+++ b/services/idp-core/pom.xml
@@ -187,6 +187,12 @@
             <artifactId>commons-validator</artifactId>
             <version>${commons.validator.version}</version>
         </dependency>
+        <!-- This can be removed if commons validator 1.7 is ever released -->
+        <dependency>
+            <groupId>commons-beanutils</groupId>
+            <artifactId>commons-beanutils</artifactId>
+            <version>1.9.4</version>
+        </dependency>
     </dependencies>
     <build>
         <plugins>
diff --git a/services/oidc/pom.xml b/services/oidc/pom.xml
index 771dddf..a5cc07a 100644
--- a/services/oidc/pom.xml
+++ b/services/oidc/pom.xml
@@ -87,6 +87,12 @@
             <artifactId>commons-validator</artifactId>
             <version>${commons.validator.version}</version>
         </dependency>
+        <!-- This can be removed if commons validator 1.7 is ever released -->
+        <dependency>
+            <groupId>commons-beanutils</groupId>
+            <artifactId>commons-beanutils</artifactId>
+            <version>1.9.4</version>
+        </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-text</artifactId>

Reply via email to