summaryrefslogtreecommitdiffstats
path: root/configserver/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2019-07-15 15:20:02 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2019-07-15 15:20:02 +0200
commitc670c76c7c5990de0c576d9a99fbfd05c08e49f1 (patch)
tree39c41c5c1da926bf651dc3216d46132b5938cf58 /configserver/pom.xml
parent6b2455b90df10bba5cc2ebe52bbbf5855e9569dc (diff)
Improve comment in pom.xml
Diffstat (limited to 'configserver/pom.xml')
-rw-r--r--configserver/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/configserver/pom.xml b/configserver/pom.xml
index 8e6209fcef8..fd33950a546 100644
--- a/configserver/pom.xml
+++ b/configserver/pom.xml
@@ -188,7 +188,7 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>jaxrs_client_utils</artifactId>
<version>${project.version}</version>
- <scope>compile</scope> <!-- TODO Should ideally be provided, but this bundle is not installed as part of configserver. Orchestrator bundle has the same issue -->
+ <scope>compile</scope> <!-- TODO Should ideally be provided, but this bundle is not installed as part of configserver. Orchestrator bundle also includes jaxrs_client_utils in compile scope -->
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>