Skip to content

Commit 4e61e1a

Browse files
committed
Added junit dependencies
1 parent 92b5db4 commit 4e61e1a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -653,29 +653,29 @@
653653
<dependency>
654654
<groupId>commons-logging</groupId>
655655
<artifactId>commons-logging</artifactId>
656+
<version>1.1.1</version>
656657
</dependency>
657658
<dependency>
658659
<groupId>org.springframework</groupId>
659660
<artifactId>spring-core</artifactId>
661+
<version>${spring.version}</version>
660662
</dependency>
661663
<dependency>
662664
<groupId>org.springframework</groupId>
663665
<artifactId>spring-beans</artifactId>
666+
<version>${spring.version}</version>
664667
</dependency>
665668
<dependency>
666669
<groupId>junit</groupId>
667670
<artifactId>junit</artifactId>
668671
<scope>test</scope>
672+
<version>3.8.2</version>
669673
</dependency>
670674
<dependency>
671675
<groupId>xmlunit</groupId>
672676
<artifactId>xmlunit</artifactId>
673677
<scope>test</scope>
674-
</dependency>
675-
<dependency>
676-
<groupId>log4j</groupId>
677-
<artifactId>log4j</artifactId>
678-
<scope>test</scope>
678+
<version>1.1</version>
679679
</dependency>
680680
</dependencies>
681681
</project>

0 commit comments

Comments
 (0)