Skip to content

Commit 92b5db4

Browse files
committed
Added junit dependencies
1 parent a662f6c commit 92b5db4

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

pom.xml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -649,4 +649,33 @@
649649
</plugin>
650650
</plugins>
651651
</reporting>
652+
<dependencies>
653+
<dependency>
654+
<groupId>commons-logging</groupId>
655+
<artifactId>commons-logging</artifactId>
656+
</dependency>
657+
<dependency>
658+
<groupId>org.springframework</groupId>
659+
<artifactId>spring-core</artifactId>
660+
</dependency>
661+
<dependency>
662+
<groupId>org.springframework</groupId>
663+
<artifactId>spring-beans</artifactId>
664+
</dependency>
665+
<dependency>
666+
<groupId>junit</groupId>
667+
<artifactId>junit</artifactId>
668+
<scope>test</scope>
669+
</dependency>
670+
<dependency>
671+
<groupId>xmlunit</groupId>
672+
<artifactId>xmlunit</artifactId>
673+
<scope>test</scope>
674+
</dependency>
675+
<dependency>
676+
<groupId>log4j</groupId>
677+
<artifactId>log4j</artifactId>
678+
<scope>test</scope>
679+
</dependency>
680+
</dependencies>
652681
</project>

0 commit comments

Comments
 (0)