aboutsummaryrefslogtreecommitdiffstats
path: root/model-evaluation
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-09-05 20:50:32 +0200
committerJon Bratseth <bratseth@oath.com>2018-09-05 20:50:32 +0200
commit18f7113dd53ca21414f0eb5321ee551d0820c8f1 (patch)
tree47ed40df934a3b3749fa7c23181fcf27b45fdad6 /model-evaluation
parent8e7d0ec9dd47142e2e014096edd16befb95cbc00 (diff)
Explicitly import com.yahoo.config
Diffstat (limited to 'model-evaluation')
-rw-r--r--model-evaluation/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/model-evaluation/pom.xml b/model-evaluation/pom.xml
index 328d475c501..0421c680edf 100644
--- a/model-evaluation/pom.xml
+++ b/model-evaluation/pom.xml
@@ -79,6 +79,9 @@
<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>