summaryrefslogtreecommitdiffstats
path: root/cloud-tenant-base-dependencies-enforcer
diff options
context:
space:
mode:
authorgjoranv <gv@yahooinc.com>2023-05-08 12:44:34 +0200
committergjoranv <gv@yahooinc.com>2023-05-08 12:44:34 +0200
commitbe2ad5ff2b54bb8fdf145682005052fe26e1547d (patch)
treee86933d7cc037d11fdfedc3fb5a325f4d99357f1 /cloud-tenant-base-dependencies-enforcer
parent0c97250ee7c1bab4d3af448c8fea5e5ccdb9638a (diff)
Move metrics definitions to metrics:ai.vespa.metrics
Diffstat (limited to 'cloud-tenant-base-dependencies-enforcer')
-rw-r--r--cloud-tenant-base-dependencies-enforcer/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/cloud-tenant-base-dependencies-enforcer/pom.xml b/cloud-tenant-base-dependencies-enforcer/pom.xml
index a8b836d5846..7f7624b1b2f 100644
--- a/cloud-tenant-base-dependencies-enforcer/pom.xml
+++ b/cloud-tenant-base-dependencies-enforcer/pom.xml
@@ -134,9 +134,10 @@
<include>com.yahoo.vespa:jdisc_core:*:provided</include>
<include>com.yahoo.vespa:jrt:*:provided</include>
<include>com.yahoo.vespa:linguistics:*:provided</include>
- <include>com.yahoo.vespa:opennlp-linguistics:*:provided</include>
<include>com.yahoo.vespa:messagebus:*:provided</include>
+ <include>com.yahoo.vespa:metrics:*:provided</include>
<include>com.yahoo.vespa:model-evaluation:*:provided</include>
+ <include>com.yahoo.vespa:opennlp-linguistics:*:provided</include>
<include>com.yahoo.vespa:predicate-search-core:*:provided</include>
<include>com.yahoo.vespa:provided-dependencies:*:provided</include>
<include>com.yahoo.vespa:searchcore:*:provided</include>
@@ -162,7 +163,6 @@
<include>com.yahoo.vespa:indexinglanguage:*:test</include>
<include>com.yahoo.vespa:logd:*:test</include>
<include>com.yahoo.vespa:metrics-proxy:*:test</include>
- <include>com.yahoo.vespa:metrics:*:test</include>
<include>com.yahoo.vespa:model-integration:*:test</include>
<include>com.yahoo.vespa:searchsummary:*:test</include>
<include>com.yahoo.vespa:standalone-container:*:test</include>