Skip to content

Commit

Permalink
get rid of unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Apr 22, 2016
1 parent 7a68ba3 commit a102a2c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion libraries.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ ext {

//Apache Commons
commons_lang: 'org.apache.commons:commons-lang3:3.4',
commons_beanutils: 'commons-beanutils:commons-beanutils:1.9.2',
commons_logging: 'commons-logging:commons-logging:1.2',

//SLF4J and logback Stuff
Expand Down
2 changes: 0 additions & 2 deletions modules/core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ configurations {

dependencies {
compile libraries.jpos
compile libraries.commons_lang
compile libraries.commons_beanutils
compile libraries.joda_time
}

0 comments on commit a102a2c

Please sign in to comment.