pox 相关配置
<?xml version="1.0" encoding="UTF-8"?><!--Author: Marshal (marshal.wu@gmail.com) 2009-2-16--><project> <modelVersion>4.0.0</modelVersion> <groupId>com.easymorse</groupId> <artifactId>aop</artifactId><name>aop</name><version>1.0-SNAPSHOT</version><url>http://maven.apache.org</url> <dependencies><dependency><groupId>junit</groupId><artifactId>junit</artifactId><version>4.4</version><scope>test</scope></dependency><dependency><groupId>org.springframework</groupId><artifactId>spring</artifactId><version>2.5.2</version></dependency><dependency><groupId>org.apache.derby</groupId><artifactId>derby</artifactId><version>10.3.1.4</version><scope>run</scope></dependency><dependency><groupId>org.springframework</groupId><artifactId>spring-test</artifactId><version>2.5.2</version></dependency><dependency><groupId>org.hibernate</groupId><artifactId>hibernate</artifactId><version>3.2.6.ga</version></dependency><dependency><groupId>c3p0</groupId><artifactId>c3p0</artifactId><version>0.9.1.2</version></dependency><dependency><groupId>log4j</groupId><artifactId>log4j</artifactId><version>1.2.9</version></dependency><dependency><groupId>cglib</groupId><artifactId>cglib-nodep</artifactId><version>2.1_3</version></dependency><dependency><groupId>aspectj</groupId><artifactId>aspectjrt</artifactId><version>1.5.3</version></dependency><dependency><groupId>aspectj</groupId><artifactId>aspectjweaver</artifactId><version>1.5.3</version></dependency> </dependencies></project>
页:
[1]