Skip to content

Commit

Permalink
MOD: 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
coder4 committed Aug 17, 2017
1 parent 5223a5c commit 28db729
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ targetCompatibility = 1.8
// Use as maven groupId/artifactId/version
group = 'com.coder4.sbmvt'
project.archivesBaseName = 'sbmvt-thrift-server'
project.version = '0.0.3'
project.version = '0.0.4'

// source & javadoc pom
task sourcesJar(type: Jar, dependsOn: classes) {
Expand All @@ -25,7 +25,6 @@ repositories {
}

dependencies {
compileOnly 'org.springframework.cloud:spring-cloud-starter-eureka:1.3.1.RELEASE'
compileOnly 'org.apache.thrift:libthrift:0.9.3'

testCompileOnly 'junit:junit:4.12'
Expand Down

0 comments on commit 28db729

Please sign in to comment.