This is an automated email from the ASF dual-hosted git repository.
pinal pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/master by this push:
new e71708f5f ATLAS-4677 : Upgrade commons-configuration to 2.8.0
e71708f5f is described below
commit e71708f5fbbf9fe518835a7c1e8cc4501810273c
Author: chaitali borole <[email protected]>
AuthorDate: Mon Oct 31 11:04:32 2022 +0530
ATLAS-4677 : Upgrade commons-configuration to 2.8.0
Signed-off-by: Pinal Shah <[email protected]>
---
intg/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/intg/pom.xml b/intg/pom.xml
index 0b8c69fb3..43a172c1b 100644
--- a/intg/pom.xml
+++ b/intg/pom.xml
@@ -114,6 +114,12 @@
<version>${commons-conf.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-configuration2</artifactId>
+ <version>${commons-conf2.version}</version>
+ </dependency>
+
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>