Skip to content

Commit

Permalink
Merge pull request jhipster#12 from hdurix/add-couchbase
Browse files Browse the repository at this point in the history
Add Couchbase dependencies
  • Loading branch information
jdubois authored Nov 8, 2017
2 parents e485439 + 476c912 commit 4908b0d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
<bucket4j.version>3.0.1</bucket4j.version>
<cassandra-driver.version>3.3.0</cassandra-driver.version>
<cassandra-unit-spring.version>3.3.0.2</cassandra-unit-spring.version>
<couchmove.version>1.0.1</couchmove.version>
<couchbase-testcontainer.version>1.0</couchbase-testcontainer.version>
<cucumber.version>1.2.4</cucumber.version>
<dropwizard-metrics.version>3.2.2</dropwizard-metrics.version>
<gatling.version>2.2.5</gatling.version>
Expand Down Expand Up @@ -237,6 +239,17 @@
<artifactId>mongobee</artifactId>
<version>${mongobee.version}</version>
</dependency>
<dependency>
<groupId>com.github.differentway</groupId>
<artifactId>couchbase-testcontainer</artifactId>
<version>${couchbase-testcontainer.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.differentway</groupId>
<artifactId>couchmove</artifactId>
<version>${couchmove.version}</version>
</dependency>
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
Expand Down

0 comments on commit 4908b0d

Please sign in to comment.