summaryrefslogtreecommitdiffstats
path: root/security-tools/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2019-05-31 16:18:56 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2019-05-31 16:18:56 +0200
commit628432bf640ef1c20c39718dcbb508e4a56bf8b8 (patch)
tree48142da36f0a1e716424dcfe5aaa27c9c963df8a /security-tools/pom.xml
parentb0c953ea8f0c6ad4e757797001de85639b3ccdda (diff)
Add implementation of the 'vespa-security-env' tool
Diffstat (limited to 'security-tools/pom.xml')
-rw-r--r--security-tools/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/security-tools/pom.xml b/security-tools/pom.xml
index aa07e96d628..76882927059 100644
--- a/security-tools/pom.xml
+++ b/security-tools/pom.xml
@@ -19,6 +19,12 @@
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>commons-cli</groupId>
+ <artifactId>commons-cli</artifactId>
+ <version>1.4</version>
+ <scope>compile</scope>
+ </dependency>
<!-- test scope -->
<dependency>
@@ -27,6 +33,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.assertj</groupId>
+ <artifactId>assertj-core</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>