pom.xml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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>cx-question</artifactId>
  7. <groupId>com.rongwei</groupId>
  8. <version>1.0-SNAPSHOT</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>cx-question-entity</artifactId>
  12. <dependencies>
  13. <dependency>
  14. <groupId>com.rongwei</groupId>
  15. <artifactId>rw-common-config</artifactId>
  16. <version>1.1-SNAPSHOT</version>
  17. <!-- <exclusions>-->
  18. <!-- <exclusion>-->
  19. <!-- <groupId>com.rongwei</groupId>-->
  20. <!-- <artifactId>rw-common-license</artifactId>-->
  21. <!-- </exclusion>-->
  22. <!-- </exclusions>-->
  23. </dependency>
  24. <dependency>
  25. <groupId>com.rongwei</groupId>
  26. <artifactId>rw-common-utils</artifactId>
  27. <version>1.1-SNAPSHOT</version>
  28. </dependency>
  29. <dependency>
  30. <groupId>com.rongwei</groupId>
  31. <artifactId>wf-entity</artifactId>
  32. <version>1.1-SNAPSHOT</version>
  33. </dependency>
  34. <dependency>
  35. <groupId>com.baomidou</groupId>
  36. <artifactId>dynamic-datasource-spring-boot-starter</artifactId>
  37. <version>3.5.0</version>
  38. </dependency>
  39. <dependency>
  40. <groupId>com.microsoft.sqlserver</groupId>
  41. <artifactId>mssql-jdbc</artifactId>
  42. <version>8.2.2.jre8</version>
  43. </dependency>
  44. </dependencies>
  45. </project>