pom.xml 838 B

12345678910111213141516171819202122232425
  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>hsweb-framework</artifactId>
  7. <groupId>org.hswebframework.web</groupId>
  8. <version>4.0.15</version>
  9. <relativePath>../pom.xml</relativePath>
  10. </parent>
  11. <modelVersion>4.0.0</modelVersion>
  12. <description>数据源,多数据源,动态数据源</description>
  13. <artifactId>hsweb-datasource</artifactId>
  14. <packaging>pom</packaging>
  15. <modules>
  16. <module>hsweb-datasource-api</module>
  17. <module>hsweb-datasource-jta</module>
  18. <module>hsweb-datasource-web</module>
  19. </modules>
  20. </project>