pom.xml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <parent>
  6. <artifactId>JSGLKH</artifactId>
  7. <groupId>com.rongwei</groupId>
  8. <version>1.0-SNAPSHOT</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <groupId>com.rongwei</groupId>
  12. <artifactId>jsglkh-entity</artifactId>
  13. <version>1.0-SNAPSHOT</version>
  14. <dependencies>
  15. <!-- <dependency>-->
  16. <!-- <groupId>com.rongwei</groupId>-->
  17. <!-- <artifactId>rw-common-config</artifactId>-->
  18. <!-- <version>1.1-SNAPSHOT</version>-->
  19. <!-- <exclusions>-->
  20. <!-- <exclusion>-->
  21. <!-- <groupId>com.rongwei</groupId>-->
  22. <!-- <artifactId>rw-common-license</artifactId>-->
  23. <!-- </exclusion>-->
  24. <!-- </exclusions>-->
  25. <!-- </dependency>-->
  26. <dependency>
  27. <groupId>com.rongwei</groupId>
  28. <artifactId>rw-common-entity</artifactId>
  29. <version>1.1-SNAPSHOT</version>
  30. </dependency>
  31. <dependency>
  32. <groupId>com.alibaba</groupId>
  33. <artifactId>druid</artifactId>
  34. <version>1.2.24</version>
  35. </dependency>
  36. <dependency>
  37. <groupId>com.rongwei</groupId>
  38. <artifactId>rw-common-utils</artifactId>
  39. <version>1.1-SNAPSHOT</version>
  40. </dependency>
  41. <dependency>
  42. <groupId>org.springframework</groupId>
  43. <artifactId>spring-web</artifactId>
  44. <version>5.3.7</version>
  45. </dependency>
  46. </dependencies>
  47. </project>