Skip to content

Commit

Permalink
updated to bagit-java 4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jscancella committed Mar 10, 2016
1 parent d9aabc7 commit f605695
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions bagger-core/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@

description = 'Spring richclient bagger'
dependencies {
compile 'gov.loc:bagit:4.4',
compile 'gov.loc:bagit:4.12.0',
project(':bagger-business'),
'org.springframework:spring-core:2.5.1',
'org.springframework:spring-beans:2.5.1',
Expand Down
3 changes: 1 addition & 2 deletions bagger/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ description = """Spring richclient bagger GUI"""
jar.baseName="bagger"

dependencies {
compile 'gov.loc:bagit:4.4',
project(':bagger-core'),
compile project(':bagger-core'),
project(':bagger-business'),
'org.springframework.richclient:spring-richclient-jdk5:1.0.0',
'org.springframework.boot:spring-boot-starter-logging:1.3.2.RELEASE',
Expand Down

0 comments on commit f605695

Please sign in to comment.