diff options
Diffstat (limited to 'aai-core/pom.xml')
-rw-r--r-- | aai-core/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml index aedc7b40..ded8830a 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -419,6 +419,11 @@ limitations under the License. <version>1.18.30</version> <scope>provided</scope> </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-configuration2</artifactId> + <version>2.7</version> + </dependency> </dependencies> <!-- Plugins and repositories --> |