aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristian Aune <kraune@yahoo-inc.com>2017-07-18 09:55:22 +0200
committerKristian Aune <kraune@yahoo-inc.com>2017-07-18 09:55:22 +0200
commitfadb30955392321cb5043cb7d92c47b24fd1266b (patch)
tree21e83a8a794683121d0bcbd8e52cf697ccf6f70e
parent93f015368dadee1f2137e9284bd345817a214aaf (diff)
build tensor sample app
-rw-r--r--sample-apps/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/sample-apps/pom.xml b/sample-apps/pom.xml
index cd054953152..7e202230f99 100644
--- a/sample-apps/pom.xml
+++ b/sample-apps/pom.xml
@@ -11,6 +11,7 @@
<modules>
<module>basic-search-java</module>
+ <module>basic-search-tensor</module>
<module>blog-recommendation</module>
<module>boolean-search</module>
<module>http-api-using-request-handlers-and-processors</module>