Skip to content

Commit

Permalink
Merge pull request #27 from vespa-engine/revert-26-kkraune/use-container
Browse files Browse the repository at this point in the history
Revert "use container - #3479"
  • Loading branch information
bratseth committed Nov 9, 2017
2 parents 360954a + 09d7391 commit b8226e6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions basic-search-java/pom.xml
Expand Up @@ -13,7 +13,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<test.hide>true</test.hide>
<vespa_version>6.169.41</vespa_version>
<vespa_version>6.145.90</vespa_version>
</properties>

<dependencies>
Expand All @@ -25,15 +25,15 @@
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>container</artifactId>
<artifactId>application</artifactId>
<version>${vespa_version}</version>
<scope>provided</scope>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>container-test</artifactId>
<artifactId>container-dev</artifactId>
<version>${vespa_version}</version>
<scope>test</scope>
<scope>provided</scope>
</dependency>
</dependencies>

Expand Down

0 comments on commit b8226e6

Please sign in to comment.