pom.xml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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>jeecg-boot-parent</artifactId>
  7. <groupId>org.jeecgframework.boot</groupId>
  8. <version>2.4.5</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>jeecg-boot-bytedance-ad</artifactId>
  12. <dependencies>
  13. <dependency>
  14. <groupId>org.jeecgframework.boot</groupId>
  15. <artifactId>jeecg-boot-base-core</artifactId>
  16. </dependency>
  17. <!--引入微服务启动依赖 starter-->
  18. <dependency>
  19. <groupId>org.jeecgframework.boot</groupId>
  20. <artifactId>jeecg-boot-starter-cloud</artifactId>
  21. </dependency>
  22. <dependency>
  23. <groupId>org.jeecgframework.boot</groupId>
  24. <artifactId>jeecg-system-local-api</artifactId>
  25. </dependency>
  26. <dependency>
  27. <groupId>org.apache.httpcomponents</groupId>
  28. <artifactId>httpmime</artifactId>
  29. <version>4.5.10</version>
  30. </dependency>
  31. <dependency>
  32. <groupId>com.github.tony19</groupId>
  33. <artifactId>apktool-lib</artifactId>
  34. <version>1.4.4-3</version>
  35. <scope>compile</scope>
  36. </dependency>
  37. <dependency>
  38. <groupId>com.googlecode.plist</groupId>
  39. <artifactId>dd-plist</artifactId>
  40. <version>1.16</version>
  41. <scope>compile</scope>
  42. </dependency>
  43. </dependencies>
  44. <build>
  45. <plugins>
  46. <plugin>
  47. <groupId>org.springframework.boot</groupId>
  48. <artifactId>spring-boot-maven-plugin</artifactId>
  49. </plugin>
  50. </plugins>
  51. </build>
  52. </project>