@@ -753,11 +753,12 @@ project('spring-data-hadoop-store') {
753
753
}
754
754
755
755
dependencies {
756
- compile project(" :spring-data-hadoop" )
756
+ compile project(" :spring-data-hadoop-config " )
757
757
compile " org.springframework:spring-messaging:$springVersion "
758
758
compile(" org.kitesdk:kite-data-core:$kiteVersion " ) { dep ->
759
759
exclude group : " log4j" , module : " log4j"
760
760
}
761
+ testCompile project(" :spring-data-hadoop" )
761
762
testCompile project(path :" :spring-data-hadoop-test" , configuration :" testArtifacts" )
762
763
testCompile " org.springframework:spring-test:$springVersion "
763
764
testCompile(" org.mockito:mockito-core:$mockitoVersion " ) { dep ->
@@ -834,8 +835,17 @@ project('spring-data-hadoop-sqoop2') {
834
835
835
836
}
836
837
838
+ project(' spring-data-hadoop-config' ) {
839
+ description = ' Spring for Apache Hadoop Annotation Configuration'
840
+
841
+ dependencies {
842
+ compile project(" :spring-data-hadoop-core" )
843
+ }
844
+
845
+ }
846
+
837
847
project(' spring-data-hadoop' ) {
838
- description = ' Spring for Apache Hadoop Configuration'
848
+ description = ' Spring for Apache Hadoop Namspace Configuration'
839
849
840
850
dependencies {
841
851
compile project(" :spring-data-hadoop-core" )
@@ -851,7 +861,7 @@ project('spring-data-hadoop-boot') {
851
861
description = ' Spring for Apache Hadoop Boot'
852
862
853
863
dependencies {
854
- compile project(" :spring-data-hadoop" )
864
+ compile project(" :spring-data-hadoop-config " )
855
865
compile " org.springframework.boot:spring-boot-autoconfigure:$springBootVersion "
856
866
optional " org.springframework.boot:spring-boot-configuration-processor:$springBootVersion "
857
867
runtime " org.yaml:snakeyaml:$snakeYamlVersion "
@@ -891,6 +901,7 @@ project('spring-data-hadoop-build-tests') {
891
901
dependencies {
892
902
compile project(" :spring-data-hadoop-core" )
893
903
compile project(" :spring-data-hadoop-batch" )
904
+ compile project(" :spring-data-hadoop-config" )
894
905
compile project(" :spring-data-hadoop" )
895
906
compile project(" :spring-data-hadoop-test" )
896
907
testCompile project(path :" :spring-data-hadoop-test" , configuration :" testArtifacts" )
@@ -1070,8 +1081,8 @@ project('spring-data-hadoop-cluster-tests') {
1070
1081
description = ' Spring for Apache Hadoop Cluster Tests'
1071
1082
1072
1083
dependencies {
1073
- compile project(" :spring-data-hadoop-core" )
1074
1084
compile project(" :spring-data-hadoop" )
1085
+ compile project(" :spring-data-hadoop-config" )
1075
1086
compile project(" :spring-data-hadoop-test" )
1076
1087
testCompile project(path :" :spring-data-hadoop-test" , configuration :" testArtifacts" )
1077
1088
@@ -1124,7 +1135,7 @@ project('spring-yarn') {
1124
1135
project(' spring-yarn:spring-yarn-core' ) {
1125
1136
description = ' Spring Yarn Core'
1126
1137
dependencies {
1127
- compile project(" :spring-data-hadoop" )
1138
+ compile project(" :spring-data-hadoop-config " )
1128
1139
compile " org.springframework:spring-messaging:$springVersion "
1129
1140
compile(" org.apache.hadoop:hadoop-yarn-client:$hadoopVersion " ) { dep ->
1130
1141
exclude group : " org.slf4j" , module : " slf4j-log4j12"
0 commit comments