summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-10-17 16:21:59 +0200
committerBjørn Christian Seime <bjorncs@oath.com>2018-10-19 12:51:59 +0200
commit0bd809390b24df069742b7a3deca824712b4f041 (patch)
tree63796492ac504128a39ff20d5e1be3e33b3b433f /jdisc_http_service
parent63c5ed8f8f08c7411214ecbc417451a735aef676 (diff)
Move classes in com.yahoo.security to security-utils
Diffstat (limited to 'jdisc_http_service')
-rw-r--r--jdisc_http_service/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jdisc_http_service/pom.xml b/jdisc_http_service/pom.xml
index 879036db355..20d34b2489e 100644
--- a/jdisc_http_service/pom.xml
+++ b/jdisc_http_service/pom.xml
@@ -77,7 +77,7 @@
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
- <artifactId>vespajlib</artifactId>
+ <artifactId>security-utils</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>