Skip to content

Commit 8919578

Browse files
committed
Downgrade commons-configuration2 to 2.11.0
1 parent fad7459 commit 8919578

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,7 @@
9292
<dependency>
9393
<groupId>org.apache.commons</groupId>
9494
<artifactId>commons-configuration2</artifactId>
95-
<version>2.12.0</version>
96-
<exclusions>
97-
<exclusion>
98-
<groupId>org.apache.commons</groupId>
99-
<artifactId>commons-lang3</artifactId>
100-
</exclusion>
101-
</exclusions>
95+
<version>2.11.0</version>
10296
</dependency>
10397
<dependency>
10498
<groupId>org.apache.commons</groupId>
@@ -125,7 +119,7 @@
125119
<dependency>
126120
<groupId>commons-logging</groupId>
127121
<artifactId>commons-logging</artifactId>
128-
<version>1.3.5</version>
122+
<version>1.3.2</version>
129123
<scope>runtime</scope>
130124
</dependency>
131125
<dependency>
@@ -304,6 +298,12 @@
304298
<artifactId>commons-beanutils</artifactId>
305299
<version>1.11.0</version>
306300
<scope>test</scope>
301+
<exclusions>
302+
<exclusion>
303+
<groupId>commons-logging</groupId>
304+
<artifactId>commons-logging</artifactId>
305+
</exclusion>
306+
</exclusions>
307307
</dependency>
308308
<dependency>
309309
<groupId>junit</groupId>

0 commit comments

Comments
 (0)