File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments