summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service
diff options
context:
space:
mode:
authorgjoranv <gjoranv@gmail.com>2018-10-19 10:47:54 +0200
committerGitHub <noreply@github.com>2018-10-19 10:47:54 +0200
commit5ac10d9e9c036d0448ebd4e1ff9d3704a675b69e (patch)
treeeaf25ba520a44df4ddf7244024f9e5072f676a4b /jdisc_http_service
parent182384b808434b3f449f459f9bce113f0aa5cc16 (diff)
parent1c3999a1faa10d2def03f43ba7ce22bb83997e26 (diff)
Merge pull request #7344 from vespa-engine/bjorncs/security-lib
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>