Skip to content

Commit 9bbdf8e

Browse files
authored
Merge pull request #195 from rickettmwork/master
Bump prereq versions in preparation for 2.0.3 release:
2 parents 4f26661 + 24cc88b commit 9bbdf8e

File tree

3 files changed

+33
-7
lines changed

3 files changed

+33
-7
lines changed

Diff for: LARS-2.0.3_versions.gradle

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
/*
2+
* The purpose of this file is to provide fixed versions of some
3+
* these version run the gradle build with:
4+
*
5+
* -PversionFile=LARS-2.0.2_versions.gradle
6+
*/
7+
8+
ext {
9+
// Packaged runtime dependencies
10+
// Fixed versions for the LARS 2.0 release
11+
aries_util_version = "1.1.3"
12+
osgi_core_version = "6.0.0"
13+
jackson_version="2.10.2"
14+
javax_json_version="1.1.4"
15+
glassfish_json_version="1.1.4"
16+
mongodb_java_version="3.12.1"
17+
18+
// Test/compile time only dependencies
19+
// Fixed at 1.44 because jmockit frequently make breaking API changes
20+
jmockit_version="1.44"
21+
hamcrest_version="1.+"
22+
junit_version="4.+"
23+
httpclient_version="4.+"
24+
httpmime_version="4.+"
25+
wlp_ant_tasks_version="1.+"
26+
}

Diff for: LARS_versions.gradle

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ ext {
22
// Packaged runtime dependencies
33
aries_util_version = "1.1.+"
44
osgi_core_version = "6.0.+"
5-
jackson_version="2.9.+"
6-
javax_json_version="1.0"
7-
glassfish_json_version="1.0.+"
8-
mongodb_java_version="3.11.+"
5+
jackson_version="2.10.+"
6+
javax_json_version="1.1.+"
7+
glassfish_json_version="1.1.+"
8+
mongodb_java_version="3.12.+"
99

1010
// Test/compile time only dependencies
1111
// Fixed at 1.44 because jmockit frequently make breaking API changes
1212
jmockit_version="1.44"
1313
hamcrest_version="1.+"
1414
junit_version="4.+"
15-
httpclient_version="4.4.+"
16-
httpmime_version="4.4.+"
15+
httpclient_version="4.+"
16+
httpmime_version="4.+"
1717
wlp_ant_tasks_version="1.+"
1818
}

Diff for: doc/PREREQS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## In order to run LARS you need the following prerequisites
22

3-
* [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)
3+
* [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)
44
* [WAS Liberty Profile 19.0.0.9](https://developer.ibm.com/wasdev/downloads/#asset/runtimes-wlp-kernel) or newer
55
* A Java 8 JDK
66

0 commit comments

Comments
 (0)