Skip to content

Commit cd1df84

Browse files
committed
removed slf4j dependency (not used in Spring itself; SPR-6119)
1 parent 34d2a69 commit cd1df84

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

org.springframework.orm/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<relativePath>../org.springframework.spring-parent</relativePath>
1212
<version>3.0.0.BUILD-SNAPSHOT</version>
1313
</parent>
14-
1514
<dependencies>
1615
<dependency>
1716
<groupId>toplink.essentials</groupId>
@@ -43,7 +42,6 @@
4342
<version>1.1.0</version>
4443
<optional>true</optional>
4544
</dependency>
46-
4745
<dependency>
4846
<groupId>org.eclipse.persistence</groupId>
4947
<artifactId>org.eclipse.persistence.core</artifactId>
@@ -68,34 +66,24 @@
6866
<version>1.0.1</version>
6967
<scope>test</scope>
7068
</dependency>
71-
7269
<dependency>
7370
<groupId>org.hibernate</groupId>
7471
<artifactId>hibernate-core</artifactId>
7572
<version>3.3.1.GA</version>
7673
<optional>true</optional>
7774
</dependency>
78-
7975
<dependency>
8076
<groupId>org.hibernate</groupId>
8177
<artifactId>hibernate-cglib-repack</artifactId>
8278
<version>2.1_3</version>
8379
<scope>test</scope>
8480
</dependency>
85-
8681
<dependency>
8782
<groupId>cglib</groupId>
8883
<artifactId>cglib-nodep</artifactId>
8984
<version>2.2</version>
9085
<scope>test</scope>
9186
</dependency>
92-
93-
<dependency>
94-
<groupId>org.slf4j</groupId>
95-
<artifactId>slf4j-jdk14</artifactId>
96-
<version>1.5.2</version>
97-
</dependency>
98-
9987
<dependency>
10088
<groupId>org.hibernate</groupId>
10189
<artifactId>hibernate-annotations</artifactId>

0 commit comments

Comments
 (0)