Skip to content

Commit 8ba7e3a

Browse files
authored
Merge pull request #173 from pnickoll/UpdateLARSTo1.3.0
Add LARS v1.3.0
2 parents bd3901c + a82932d commit 8ba7e3a

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

LARS-1.3_versions.gradle

Lines changed: 26 additions & 0 deletions
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-1.2_versions.gradle
6+
*/
7+
8+
ext {
9+
// Packaged runtime dependencies
10+
// Fixed versions for the LARS 1.2 release
11+
aries_util_version = "1.1.3"
12+
osgi_core_version = "6.0.0"
13+
jackson_version="2.9.5"
14+
javax_json_version="1.0"
15+
glassfish_json_version="1.0.4"
16+
mongodb_java_version="2.13.0"
17+
18+
// Test/compile time only dependencies
19+
// Fixed at 1.39 because jmockit frequently make breaking API changes
20+
jmockit_version="1.39"
21+
hamcrest_version="1.+"
22+
junit_version="4.+"
23+
httpclient_version="4.4.+"
24+
httpmime_version="4.4.+"
25+
wlp_ant_tasks_version="1.+"
26+
}

0 commit comments

Comments
 (0)