Skip to content

Commit

Permalink
Fixed dependencies of archie-all and adlchecker
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterbos committed Feb 1, 2018
1 parent a7f5f03 commit 5a1a96b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions adlchecker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ repositories {
}

dependencies {
compile 'com.nedap.healthcare.archie:tools:0.4.1'
compile 'com.nedap.healthcare.archie:openehr-rm:0.4.1'
compile 'com.nedap.healthcare.archie:test-rm:0.4.1'
compile 'com.nedap.healthcare.archie:archie-all:0.4.2'
compile 'net.sourceforge.argparse4j:argparse4j:0.7.0'
}

Expand Down
2 changes: 2 additions & 0 deletions archie-all/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ dependencies {
compile project(':aom')
compile project(':openehr-rm')
compile project(':archie-utils')
compile project(':tools')
compile project(':referencemodels')
compile project(':i18n')
}

0 comments on commit 5a1a96b

Please sign in to comment.