pom.xml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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>3.6.3</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>lg-code</artifactId>
  12. <dependencies>
  13. <dependency>
  14. <groupId>org.jeecgframework.boot</groupId>
  15. <artifactId>jeecg-boot-base-core</artifactId>
  16. </dependency>
  17. <dependency>
  18. <groupId>org.jeecgframework.boot</groupId>
  19. <artifactId>jeecg-system-biz</artifactId>
  20. </dependency>
  21. <dependency>
  22. <groupId>org.apache.pdfbox</groupId>
  23. <artifactId>pdfbox</artifactId>
  24. <version>2.0.24</version>
  25. </dependency>
  26. <dependency>
  27. <groupId>technology.tabula</groupId>
  28. <artifactId>tabula</artifactId>
  29. <version>1.0.5</version>
  30. <exclusions>
  31. <exclusion>
  32. <artifactId>slf4j-simple</artifactId>
  33. <groupId>org.slf4j</groupId>
  34. </exclusion>
  35. </exclusions>
  36. </dependency>
  37. </dependencies>
  38. </project>