diff options
Diffstat (limited to 'aai-core/pom.xml')
-rw-r--r-- | aai-core/pom.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml index 9a990897..d2c5bb58 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -123,10 +123,15 @@ limitations under the License. <artifactId>aai-annotations</artifactId> </dependency> <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> </dependency> <dependency> + <groupId>commons-cli</groupId> + <artifactId>commons-cli</artifactId> + <version>1.5.0</version> + </dependency> + <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> <scope>compile</scope> |