We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ee204c commit 24203e4Copy full SHA for 24203e4
pom.xml
@@ -140,6 +140,13 @@
140
<version>4.4.1</version>
141
</dependency>
142
143
+ <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-configuration2 -->
144
+ <dependency>
145
+ <groupId>org.apache.commons</groupId>
146
+ <artifactId>commons-configuration2</artifactId>
147
+ <version>2.10.1</version>
148
+ </dependency>
149
+
150
<!-- https://mvnrepository.com/artifact/javax.activation/activation -->
151
<dependency>
152
<groupId>javax.activation</groupId>
0 commit comments