pom.xml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <project xmlns="http://maven.apache.org/POM/4.0.0"
  2. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>com.ruoyi</groupId>
  7. <artifactId>ruoyi</artifactId>
  8. <version>3.8.8</version>
  9. </parent>
  10. <groupId>com.jipin</groupId>
  11. <artifactId>jipin-baseinfo</artifactId>
  12. <properties>
  13. <maven.compiler.source>8</maven.compiler.source>
  14. <maven.compiler.target>8</maven.compiler.target>
  15. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  16. </properties>
  17. <dependencies>
  18. <dependency>
  19. <groupId>com.ruoyi</groupId>
  20. <artifactId>ruoyi-common</artifactId>
  21. </dependency>
  22. <dependency>
  23. <groupId>com.jipin</groupId>
  24. <artifactId>jipin-wms</artifactId>
  25. <version>3.8.8</version>
  26. <scope>compile</scope>
  27. </dependency>
  28. <dependency>
  29. <groupId>com.jipin</groupId>
  30. <artifactId>jipin-common</artifactId>
  31. <version>3.8.8</version>
  32. <scope>compile</scope>
  33. </dependency>
  34. </dependencies>
  35. </project>