We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c904690 commit 80db97eCopy full SHA for 80db97e
build.gradle
@@ -4,7 +4,7 @@ apply plugin: 'eclipse'
4
apply plugin: 'idea'
5
apply plugin: 'org.springframework.boot'
6
7
-group = 'spring4all'
+group = 'com.spring4all'
8
version = '0.0.1'
9
10
sourceCompatibility = 1.7
@@ -17,7 +17,7 @@ ext {
17
mavenReleaseUrl = 'http://192.168.88.8:8081/nexus/content/repositories/releases'
18
mavenSnapshotUrl = 'http://192.168.88.8:8081/nexus/content/repositories/snapshots'
19
springBootVersion = '1.5.6.RELEASE'
20
- springVersion = '4.2.7.RELEASE'
+ springVersion = '4.3.10.RELEASE'
21
hbaseVersion = '1.0.0-cdh5.4.4'
22
slf4jVersion = '1.7.25'
23
}
0 commit comments