[강운덕] [LUCYSUS-1744]spring-data-hadoop 이 1.0.0이 릴리즈 되어 디펜던시 변경. api 의 변경내용이 있어 정식 릴리즈 버전에 호환되게 hbaseTemplate를 수정함.

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-server/trunk@1900 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Woonduk Kang
2013-06-26 06:22:06 +00:00
parent 516cb8426d
commit a7309120c7
+1 -11
View File
@@ -12,16 +12,6 @@
</properties>
<repositories>
<repository>
<id>com.springsource.repository.bundles.release</id>
<name>SpringSource Enterprise Bundle Repository - SpringSource Bundle Releases</name>
<url>http://repository.springsource.com/maven/bundles/release</url>
</repository>
<repository>
<id>com.springsource.repository.bundles.external</id>
<name>SpringSource Enterprise Bundle Repository - External Bundle Releases</name>
<url>http://repository.springsource.com/maven/bundles/external</url>
</repository>
<repository>
<id>nhn.release.repository</id>
<url>http://repo.nhncorp.com/maven2</url>
@@ -301,7 +291,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-hadoop</artifactId>
<version>1.0.0.RC1</version>
<version>1.0.0.RELEASE</version>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>