Skip to content

Commit 151e8a0

Browse files
committed
Remove one unused dependency and fix a minor dependency analyze
config problem in pom.
1 parent 7645fad commit 151e8a0

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -778,12 +778,6 @@
778778
<version>${version.hibernate}</version>
779779
</dependency>
780780

781-
<dependency>
782-
<groupId>org.jdom</groupId>
783-
<artifactId>jdom2</artifactId>
784-
<version>2.0.6.1</version>
785-
</dependency>
786-
787781
<!-- mvn dependency:analyze says this is an unused declared dependency, but its wrong. Get a runtime error if it's not included -->
788782
<dependency>
789783
<groupId>org.hsqldb</groupId>
@@ -875,7 +869,7 @@
875869
<dependency>com.sun.jersey:jersey-servlet</dependency>
876870
<dependency>commons-dbcp:commons-dbcp</dependency>
877871
<dependency>org.hibernate:hibernate-entitymanager</dependency>
878-
<dependency>org.slf4j:slf4j-log4j12</dependency>
872+
<dependency>org.slf4j:slf4j-reload4j</dependency>
879873
<dependency>org.springframework:spring-webmvc</dependency>
880874
</usedDependencies>
881875
</configuration>

src/main/webapp/img/1pix.png

-119 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)