pom.xml 798 B

1234567891011121314151617181920212223242526
  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>com.iamberry</groupId>
  7. <artifactId>iamberry-parent</artifactId>
  8. <version>1.0.0</version>
  9. </parent>
  10. <artifactId>iamberry-app-interface</artifactId>
  11. <dependencies>
  12. <dependency>
  13. <groupId>com.iamberry</groupId>
  14. <artifactId>iamberry-common-core</artifactId>
  15. <version>1.0.0</version>
  16. </dependency>
  17. <dependency>
  18. <groupId>com.iamberry</groupId>
  19. <artifactId>iamberry-common-tool</artifactId>
  20. <version>1.0.0</version>
  21. </dependency>
  22. </dependencies>
  23. </project>