Skip to content

Commit

Permalink
Eliminate reference to deprecated module
Browse files Browse the repository at this point in the history
  • Loading branch information
tulumvinh committed Jul 2, 2015
1 parent a0b9796 commit 4197057
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion priam-web/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ apply plugin: 'jetty'

dependencies {
compile project(':priam')
compile project(':priam-agent')
compile project(':priam-dse-extensions')
compile project(':priam-cass-extensions')
compile 'commons-lang:commons-lang:2.6'
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include 'priam','priam-web','priam-cass-extensions','priam-dse-extensions','priam-agent'
include 'priam','priam-web','priam-cass-extensions','priam-dse-extensions'

0 comments on commit 4197057

Please sign in to comment.