Skip to content

Commit

Permalink
bump simple-react version
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmcclean committed Jun 17, 2015
1 parent 12af447 commit 3d084d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ subprojects {
exclude(module: 'org.springframework')
}

compile group: 'com.aol.simplereact', name:'simple-react', version:'0.85'
compile group: 'com.aol.simplereact', name:'simple-react', version:'0.95'
compile group: 'org.apache.httpcomponents', name:'httpclient', version:'4.4'
compile group: 'org.apache.httpcomponents', name:'httpasyncclient', version:'4.1-beta1'
compile group: 'com.wordnik', name: 'swagger-jersey2-jaxrs_2.10', version:'1.3.10'
Expand Down
4 changes: 2 additions & 2 deletions micro-boot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ dependencies {

compile 'org.springframework.boot:spring-boot:1.2.1.RELEASE'
compile 'org.springframework.boot:spring-boot-autoconfigure:1.2.1.RELEASE'
//compile project(':micro-core')
compile group: 'com.aol.microservices', name:'microserver-core', version:'0.56'
compile project(':micro-core')
// compile group: 'com.aol.microservices', name:'microserver-core', version:'0.56'


}
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rootProject.name = 'com.aol.microservices.micro-server'
rootProject.name = 'com.aol.microservices'
include ':micro-core'
include ':micro-boot'
include ':micro-tutorial'

0 comments on commit 3d084d6

Please sign in to comment.