pom.xml 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <artifactId>tofly-webParent</artifactId>
  7. <groupId>com.tofly</groupId>
  8. <version>1.1.1</version>
  9. </parent>
  10. <groupId>com.tofly</groupId>
  11. <artifactId>ylsw</artifactId>
  12. <version>0.0.1</version>
  13. <packaging>pom</packaging>
  14. <name>ylsw</name>
  15. <description>仪陇水务</description>
  16. <properties>
  17. <java.version>8</java.version>
  18. </properties>
  19. <modules>
  20. <module>admin</module>
  21. <module>business</module>
  22. </modules>
  23. <dependencies>
  24. <dependency>
  25. <groupId>com.oracle</groupId>
  26. <artifactId>ojdbc6</artifactId>
  27. <version>11.2.0.4.0-atlassian-hosted</version>
  28. </dependency>
  29. </dependencies>
  30. </project>