pom.xml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0"?>
  2. <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>cn.hmsoft</groupId>
  7. <artifactId>ses.parent</artifactId>
  8. <version>1.0</version>
  9. </parent>
  10. <groupId>cn.hmsoft</groupId>
  11. <artifactId>ses-manage-v1</artifactId>
  12. <version>1.0</version>
  13. <packaging>war</packaging>
  14. <name>ses-manage-v1 Maven Webapp</name>
  15. <url>http://maven.apache.org</url>
  16. <dependencies>
  17. <dependency>
  18. <groupId>cn.hmsoft</groupId>
  19. <artifactId>ses-model-v1</artifactId>
  20. <version>1.0</version>
  21. </dependency>
  22. <!-- <dependency>
  23. <groupId>cn.hmsoft</groupId>
  24. <artifactId>hmsoft-web</artifactId>
  25. <version>1.0</version>
  26. </dependency> -->
  27. <!--commons-net -->
  28. <dependency>
  29. <groupId>commons-net</groupId>
  30. <artifactId>commons-net</artifactId>
  31. <version>3.5</version>
  32. </dependency>
  33. </dependencies>
  34. <build>
  35. <finalName>ses-manage-v1</finalName>
  36. </build>
  37. </project>