@@ -2,9 +2,9 @@ apply plugin: 'java'
2
2
apply plugin : ' maven'
3
3
apply plugin : ' eclipse'
4
4
apply plugin : ' idea'
5
- apply plugin : ' spring- boot'
5
+ apply plugin : ' org.springframework. boot'
6
6
7
- group = ' jthink '
7
+ group = ' spring4all '
8
8
version = ' 0.0.1'
9
9
10
10
sourceCompatibility = 1.7
@@ -16,10 +16,10 @@ ext {
16
16
mavenPublicUrl = ' http://192.168.88.8:8081/nexus/content/repositories/public'
17
17
mavenReleaseUrl = ' http://192.168.88.8:8081/nexus/content/repositories/releases'
18
18
mavenSnapshotUrl = ' http://192.168.88.8:8081/nexus/content/repositories/snapshots'
19
- springBootVersion = ' 1.3 .6.RELEASE'
19
+ springBootVersion = ' 1.5 .6.RELEASE'
20
20
springVersion = ' 4.2.7.RELEASE'
21
- hbaseVersion = ' 1.0.0-cdh5.4.0 '
22
- slf4jVersion = ' 1.7.21 '
21
+ hbaseVersion = ' 1.0.0-cdh5.4.4 '
22
+ slf4jVersion = ' 1.7.25 '
23
23
}
24
24
25
25
repositories {
@@ -66,7 +66,7 @@ dependencies {
66
66
67
67
buildscript {
68
68
ext {
69
- springBootVersion = ' 1.3 .6.RELEASE'
69
+ springBootVersion = ' 1.5 .6.RELEASE'
70
70
}
71
71
72
72
repositories {
@@ -77,6 +77,6 @@ buildscript {
77
77
78
78
dependencies {
79
79
classpath(" org.springframework.boot:spring-boot-gradle-plugin:${ springBootVersion} " )
80
- classpath(" io.spring.gradle:dependency-management-plugin:0.6.0 .RELEASE" )
80
+ classpath(" io.spring.gradle:dependency-management-plugin:1.0.3 .RELEASE" )
81
81
}
82
82
}
0 commit comments