pom.xml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. <groupId>com.qmth.teachcloud.data</groupId>
  6. <artifactId>teachcloud-data</artifactId>
  7. <version>3.4.4</version>
  8. <build>
  9. <plugins>
  10. <plugin>
  11. <groupId>org.apache.maven.plugins</groupId>
  12. <artifactId>maven-compiler-plugin</artifactId>
  13. <configuration>
  14. <source>8</source>
  15. <target>8</target>
  16. </configuration>
  17. </plugin>
  18. </plugins>
  19. </build>
  20. <packaging>jar</packaging>
  21. <parent>
  22. <groupId>com.qmth.distributed.print.service</groupId>
  23. <artifactId>distributed-print-service</artifactId>
  24. <version>3.4.4</version>
  25. </parent>
  26. <dependencies>
  27. <dependency>
  28. <groupId>com.qmth.teachcloud.common</groupId>
  29. <artifactId>teachcloud-common</artifactId>
  30. </dependency>
  31. <dependency>
  32. <groupId>com.qmth.distributed.print.business</groupId>
  33. <artifactId>distributed-print-business</artifactId>
  34. </dependency>
  35. <dependency>
  36. <groupId>com.qmth.boot</groupId>
  37. <artifactId>core-sms</artifactId>
  38. </dependency>
  39. <dependency>
  40. <groupId>org.jetbrains</groupId>
  41. <artifactId>annotations</artifactId>
  42. </dependency>
  43. <dependency>
  44. <groupId>com.google.zxing</groupId>
  45. <artifactId>javase</artifactId>
  46. </dependency>
  47. <dependency>
  48. <groupId>com.alibaba</groupId>
  49. <artifactId>druid</artifactId>
  50. <version>1.2.15</version>
  51. </dependency>
  52. <dependency>
  53. <groupId>commons-dbutils</groupId>
  54. <artifactId>commons-dbutils</artifactId>
  55. <version>1.8.1</version>
  56. </dependency>
  57. <dependency>
  58. <groupId>com.oracle.database.jdbc</groupId>
  59. <artifactId>ojdbc8</artifactId>
  60. <version>23.6.0.24.10</version>
  61. </dependency>
  62. </dependencies>
  63. </project>