Skip to content
This repository was archived by the owner on Apr 23, 2022. It is now read-only.

Commit 8ddf7dc

Browse files
committed
added mongojack version property to pom. Removed TESTDIR dropwizard-mongodb from .travis.yml
1 parent 6b6f375 commit 8ddf7dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ env:
6464
- "TESTDIR=Java/activeweb"
6565
- "TESTDIR=Java/curacao"
6666
- "TESTDIR=Java/dropwizard"
67-
- "TESTDIR=Java/dropwizard-mongodb"
6867
- "TESTDIR=Java/gemini"
6968
- "TESTDIR=Java/grizzly-bm"
7069
- "TESTDIR=Java/grizzly-jersey"

frameworks/Java/dropwizard/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
<dropwizard.version>0.7.1</dropwizard.version>
1313
<mysql-connector-java.version>5.1.35</mysql-connector-java.version>
14+
<mongojack.version>2.1.0</mongojack.version>
1415
</properties>
1516

1617
<dependencies>
@@ -37,7 +38,7 @@
3738
<dependency>
3839
<groupId>org.mongojack</groupId>
3940
<artifactId>mongojack</artifactId>
40-
<version>2.1.0</version>
41+
<version>${mongojack.version}</version>
4142
</dependency>
4243
</dependencies>
4344

0 commit comments

Comments
 (0)