Skip to content

Commit

Permalink
Continue using mongo 2.13 driver in 1.2 release (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
idlewis authored and rickettmwork committed Jun 12, 2018
1 parent 9314149 commit efa74cc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LARS-1.2_versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
jackson_version="2.9.5"
javax_json_version="1.0"
glassfish_json_version="1.0.4"
mongodb_java_version="2.14.3"
mongodb_java_version="2.13.0"

// Test/compile time only dependencies
// Fixed at 1.39 because jmockit frequently make breaking API changes
Expand Down
2 changes: 1 addition & 1 deletion LARS_versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ext {
jackson_version="2.9.+"
javax_json_version="1.0"
glassfish_json_version="1.0.+"
mongodb_java_version="2.14.3"
mongodb_java_version="2.13.0"

// Test/compile time only dependencies
// Fixed at 1.39 because jmockit frequently make breaking API changes
Expand Down
2 changes: 1 addition & 1 deletion server/config/baseUrlServer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ limitations under the License.
same MongoDB driver classes.
-->
<library id="mongo-lib" apiTypeVisibility="spec,ibm-api,api,third-party">
<file name="${shared.resource.dir}/libs/mongo-java-driver-2.14.3.jar"/>
<file name="${shared.resource.dir}/libs/mongo-java-driver-2.13.0.jar"/>
</library>

<webAppSecurity singleSignonEnabled="false"/>
Expand Down
2 changes: 1 addition & 1 deletion server/config/bluemixServer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ in the configDropins/overrides directory.
same MongoDB driver classes.
-->
<library id="mongo-lib" apiTypeVisibility="spec,ibm-api,api,third-party">
<file name="${shared.resource.dir}/libs/mongo-java-driver-2.14.3.jar"/>
<file name="${shared.resource.dir}/libs/mongo-java-driver-2.13.0.jar"/>
</library>

<webAppSecurity singleSignonEnabled="false"/>
Expand Down
2 changes: 1 addition & 1 deletion server/config/server.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ limitations under the License.
same MongoDB driver classes.
-->
<library id="mongo-lib" apiTypeVisibility="spec,ibm-api,api,third-party">
<file name="${shared.resource.dir}/libs/mongo-java-driver-2.14.3.jar"/>
<file name="${shared.resource.dir}/libs/mongo-java-driver-2.13.0.jar"/>
</library>

<!-- Use slightly safer write concern than the default -->
Expand Down
2 changes: 1 addition & 1 deletion server/config/testServer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ limitations under the License.
same MongoDB driver classes.
-->
<library id="mongo-lib" apiTypeVisibility="spec,ibm-api,api,third-party">
<file name="${shared.resource.dir}/libs/mongo-java-driver-2.14.3.jar"/>
<file name="${shared.resource.dir}/libs/mongo-java-driver-2.13.0.jar"/>
</library>

<webAppSecurity singleSignonEnabled="false"/>
Expand Down

0 comments on commit efa74cc

Please sign in to comment.