summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>