summaryrefslogtreecommitdiffstats
path: root/sample-apps
diff options
context:
space:
mode:
authorKristian Aune <kraune@yahoo-inc.com>2017-02-08 09:05:23 +0100
committerKristian Aune <kraune@yahoo-inc.com>2017-02-08 09:05:23 +0100
commit6ab99af0113bfd6800f791b6665a7a8c31cb4214 (patch)
tree0788cc17290ea8a3f60fe38a4205a092a3ec3962 /sample-apps
parent3865a64aa7dd94482a0c5c1e38f23edfe591d8ed (diff)
use container-dev
Diffstat (limited to 'sample-apps')
-rw-r--r--sample-apps/basic-search-java/pom.xml2
-rw-r--r--sample-apps/pom.xml2
2 files changed, 3 insertions, 1 deletions
diff --git a/sample-apps/basic-search-java/pom.xml b/sample-apps/basic-search-java/pom.xml
index ed6f729fb68..f804cfdba87 100644
--- a/sample-apps/basic-search-java/pom.xml
+++ b/sample-apps/basic-search-java/pom.xml
@@ -31,7 +31,7 @@
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
- <artifactId>container</artifactId> <!-- not container-dev -->
+ <artifactId>container-dev</artifactId> <!-- not container-dev -->
<version>${vespa_version}</version>
<scope>provided</scope>
</dependency>
diff --git a/sample-apps/pom.xml b/sample-apps/pom.xml
index 1114ff2ec4b..35eb50864a9 100644
--- a/sample-apps/pom.xml
+++ b/sample-apps/pom.xml
@@ -11,7 +11,9 @@
<modules>
<module>basic-search-java</module>
+<!--
<module>blog-recommendation</module>
<module>boolean-search</module>
+-->
</modules>
</project>