Skip to content

Commit

Permalink
Merge pull request #195 from rickettmwork/master
Browse files Browse the repository at this point in the history
Bump prereq versions in preparation for 2.0.3 release:
  • Loading branch information
dbarfield authored Feb 19, 2020
2 parents 4f26661 + 24cc88b commit 9bbdf8e
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 7 deletions.
26 changes: 26 additions & 0 deletions LARS-2.0.3_versions.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
/*
* The purpose of this file is to provide fixed versions of some
* these version run the gradle build with:
*
* -PversionFile=LARS-2.0.2_versions.gradle
*/

ext {
// Packaged runtime dependencies
// Fixed versions for the LARS 2.0 release
aries_util_version = "1.1.3"
osgi_core_version = "6.0.0"
jackson_version="2.10.2"
javax_json_version="1.1.4"
glassfish_json_version="1.1.4"
mongodb_java_version="3.12.1"

// Test/compile time only dependencies
// Fixed at 1.44 because jmockit frequently make breaking API changes
jmockit_version="1.44"
hamcrest_version="1.+"
junit_version="4.+"
httpclient_version="4.+"
httpmime_version="4.+"
wlp_ant_tasks_version="1.+"
}
12 changes: 6 additions & 6 deletions LARS_versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ ext {
// Packaged runtime dependencies
aries_util_version = "1.1.+"
osgi_core_version = "6.0.+"
jackson_version="2.9.+"
javax_json_version="1.0"
glassfish_json_version="1.0.+"
mongodb_java_version="3.11.+"
jackson_version="2.10.+"
javax_json_version="1.1.+"
glassfish_json_version="1.1.+"
mongodb_java_version="3.12.+"

// Test/compile time only dependencies
// Fixed at 1.44 because jmockit frequently make breaking API changes
jmockit_version="1.44"
hamcrest_version="1.+"
junit_version="4.+"
httpclient_version="4.4.+"
httpmime_version="4.4.+"
httpclient_version="4.+"
httpmime_version="4.+"
wlp_ant_tasks_version="1.+"
}
2 changes: 1 addition & 1 deletion doc/PREREQS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## In order to run LARS you need the following prerequisites

* [MongoDB server](https://www.mongodb.com/download-center/community) compatible with [Java Driver v3.11](https://docs.mongodb.com/ecosystem/drivers/driver-compatibility-reference/#java-driver-compatibility)
* [MongoDB server](https://www.mongodb.com/download-center/community) compatible with [Java Driver v3.12](https://docs.mongodb.com/ecosystem/drivers/driver-compatibility-reference/#java-driver-compatibility)
* [WAS Liberty Profile 19.0.0.9](https://developer.ibm.com/wasdev/downloads/#asset/runtimes-wlp-kernel) or newer
* A Java 8 JDK

Expand Down

0 comments on commit 9bbdf8e

Please sign in to comment.