Skip to content

Commit

Permalink
Remove some obsolete code and deps. (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcipriano authored Feb 5, 2019
1 parent d499221 commit 00e12b7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
2 changes: 0 additions & 2 deletions cuebot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ dependencies {
compile group: 'com.google.guava', name: 'guava', version: '12.0.1'
compile group: 'com.sun.mail', name: 'mailapi', version: '1.5.4'
compile group: 'commons-lang', name: 'commons-lang', version: '2.6'
compile group: 'com.zeroc', name: 'ice', version: '3.6.2'
compile group: 'io.grpc', name: 'grpc-all', version: '1.14.0'
compile group: 'org.apache.activemq', name: 'activemq-pool', version: activemqVersion
compile group: 'org.apache.velocity', name: 'velocity', version: '1.7'
Expand All @@ -53,7 +52,6 @@ dependencies {
protobuf fileTree("../proto/")

testCompile group: 'junit', name: 'junit', version: '4.12'
testCompile group: 'com.novocode', name: 'junit-interface', version: '0.11'
testCompile group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: springBootVersion
testCompile group: 'org.assertj', name: 'assertj-core', version: '3.8.0'
testCompile group: 'com.opentable.components', name: 'otj-pg-embedded', version: '0.12.1'
Expand Down

This file was deleted.

0 comments on commit 00e12b7

Please sign in to comment.