生活随笔
收集整理的這篇文章主要介紹了
yan-round-sysuser的pom.xml文件
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
作者:yan
我的一個maven項目:yan-round-sysuser的pom.xml文件代碼如下:
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"><modelVersion>4.0.0</modelVersion><groupId>me.yan.round.sysuser</groupId><artifactId>yan-round-sysuser</artifactId><version>0.0.1</version><packaging>jar</packaging><name>yan-round-sysuser</name><url>http://maven.apache.org</url><properties><project.build.sourceEncoding>UTF-8</project.build.sourceEncoding><java.home>C:\Program Files\Java\jdk1.6.0_24</java.home><yan_lib>D:\java_lib\yan_lib</yan_lib></properties><profiles> <profile> <id>default-tools.jar</id> <activation> <property> <name>java.vendor</name> <value>Sun Microsystems Inc.</value> </property> </activation> <dependencies> <dependency> <groupId>com.sun</groupId> <artifactId>tools</artifactId> <version>1.5.0</version> <scope>system</scope> <systemPath>${java.home}/lib/tools.jar</systemPath> </dependency> </dependencies> </profile> </profiles><dependencies><dependency><groupId>junit</groupId><artifactId>junit</artifactId><version>3.8.1</version><scope>test</scope></dependency><!-- <dependency><groupId>org.mortbay.jetty</groupId><artifactId>servlet-api</artifactId><version>2.5.20110712</version></dependency> --><dependency><groupId>org.apache.tomcat</groupId><artifactId>servlet-api</artifactId><version>6.0.35</version></dependency><dependency><groupId>org.hibernate</groupId><artifactId>hibernate-commons-annotations</artifactId><version>3.1.0.GA</version></dependency><dependency><groupId>org.hibernate</groupId><artifactId>hibernate-annotations</artifactId><version>3.4.0.GA</version></dependency><dependency><groupId>org.hibernate</groupId><artifactId>hibernate-core</artifactId><version>3.3.2.GA</version></dependency><dependency><groupId>javassist</groupId><artifactId>javassist</artifactId><version>3.9.0.GA</version></dependency><dependency><groupId>org.slf4j</groupId><artifactId>slf4j-api</artifactId><version>1.5.8</version></dependency><dependency><groupId>org.slf4j</groupId><artifactId>slf4j-nop</artifactId><version>1.5.8</version></dependency><dependency><groupId>org.springframework</groupId><artifactId>spring-context</artifactId><version>2.5.6.SEC03</version></dependency><dependency><groupId>org.springframework</groupId><artifactId>spring-orm</artifactId><version>2.5.6.SEC03</version></dependency><!-- <dependency><groupId>org.apache.struts</groupId><artifactId>struts2-core</artifactId><version>2.3.4.1</version></dependency> --><dependency><groupId>org.apache.struts</groupId><artifactId>struts2-core</artifactId><version>2.1.8.1</version></dependency><!--引用自定義的jar包--><dependency> ?<groupId>me.yan.base</groupId> ?<artifactId>yan-base</artifactId> ?<version>1.0.0</version> ?<scope>system</scope> ?<systemPath>${yan_lib}/yan-base.jar</systemPath> ?</dependency></dependencies>
</project>
總結
以上是生活随笔為你收集整理的yan-round-sysuser的pom.xml文件的全部內容,希望文章能夠幫你解決所遇到的問題。
如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。