[강운덕] [LUCYSUS-1744] slf4j 버전업 1.6.6 -> 1.7.5

- collector에서 사용하는 성능측정 lib인 metrics가 slf4j의 1.7.5의 api에 의존성이 있음.

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-commons/trunk@2187 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Woonduk Kang
2013-08-22 07:20:18 +00:00
parent 9c3f6f502d
commit 07d416e893
+4 -3
View File
@@ -10,6 +10,7 @@
<properties>
<thrift.executable>${thrift.executable.property}</thrift.executable>
<spring.version>3.1.2.RELEASE</spring.version>
<slf4j.version>1.7.5</slf4j.version>
</properties>
<repositories>
@@ -483,7 +484,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.6.6</version>
<version>${slf4j.version}</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
@@ -492,13 +493,13 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>1.6.6</version>
<version>${slf4j.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.6.6</version>
<version>${slf4j.version}</version>
<scope>test</scope>
</dependency>
<dependency>