pom.xml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <artifactId>service</artifactId>
  6. <name>service</name>
  7. <description>service</description>
  8. <dependencies>
  9. <dependency>
  10. <groupId>org.springframework</groupId>
  11. <artifactId>spring-beans</artifactId>
  12. </dependency>
  13. <dependency>
  14. <groupId>org.springframework</groupId>
  15. <artifactId>spring-context</artifactId>
  16. </dependency>
  17. <dependency>
  18. <groupId>com.koobietech.eas</groupId>
  19. <artifactId>dao</artifactId>
  20. <version>0.0.1-SNAPSHOT</version>
  21. <scope>compile</scope>
  22. </dependency>
  23. <dependency>
  24. <groupId>com.koobietech.eas</groupId>
  25. <artifactId>mbg</artifactId>
  26. <version>0.0.1-SNAPSHOT</version>
  27. <scope>compile</scope>
  28. </dependency>
  29. </dependencies>
  30. <parent>
  31. <artifactId>eas-system</artifactId>
  32. <groupId>com.koobietech.eas</groupId>
  33. <version>0.0.1-SNAPSHOT</version>
  34. </parent>
  35. </project>