pom.xml 966 B

1234567891011121314151617181920212223242526
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4. <parent>
  5. <groupId>com.xtframe</groupId>
  6. <artifactId>xtproject-oa</artifactId>
  7. <version>0.1.3-SNAPSHOT</version>
  8. <relativePath>../../</relativePath>
  9. </parent>
  10. <artifactId>xtCore-oa</artifactId>
  11. <name>新通开发框架核心</name>
  12. <properties>
  13. <spring.version>4.1.2.RELEASE</spring.version>
  14. <jdk.version>1.7</jdk.version>
  15. <jetty.version>7.6.8.v20121106</jetty.version>
  16. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  17. <hibernate.version>4.3.7.Final</hibernate.version>
  18. </properties>
  19. <dependencies>
  20. <dependency>
  21. <groupId>com.xtframe</groupId>
  22. <artifactId>xtutil-oa</artifactId>
  23. </dependency>
  24. </dependencies>
  25. <description>提供框架核心定义</description>
  26. </project>