summaryrefslogtreecommitdiffstats
path: root/model-evaluation
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-09-10 15:39:47 +0200
committergjoranv <gv@oath.com>2018-09-10 15:45:20 +0200
commit12ea9eaf10ef3ac76ce895cc386e6bbd7b56253f (patch)
treec96b0577fc959f29038e36df39b5cdf341b1025b /model-evaluation
parent278b2cb304fc1c98691e0b36de42a31c9128172d (diff)
Set scope 'provided' for config-lib in searchcore
- Searchcore is not used in any java standalone (non-jdisc) apps. - ImportPackage in model-evaluation is now unnecessary.
Diffstat (limited to 'model-evaluation')
-rw-r--r--model-evaluation/pom.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/model-evaluation/pom.xml b/model-evaluation/pom.xml
index 0421c680edf..328d475c501 100644
--- a/model-evaluation/pom.xml
+++ b/model-evaluation/pom.xml
@@ -79,9 +79,6 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>bundle-plugin</artifactId>
<extensions>true</extensions>
- <configuration>
- <importPackage>com.yahoo.config</importPackage> <!-- To make DI see RankingConstantsConfig as a ConfigInstance -->
- </configuration>
</plugin>
</plugins>
</build>