.flattened-pom.xml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>com.rongwei</groupId>
  7. <artifactId>cx-file</artifactId>
  8. <version>1.0-SNAPSHOT</version>
  9. </parent>
  10. <groupId>com.rongwei</groupId>
  11. <artifactId>cx-file-entity</artifactId>
  12. <version>1.0-SNAPSHOT</version>
  13. <licenses>
  14. <license>
  15. <name>Apache License, Version 2.0</name>
  16. <url>http://www.apache.org/licenses/LICENSE-2.0</url>
  17. </license>
  18. </licenses>
  19. <dependencies>
  20. <dependency>
  21. <groupId>com.rongwei</groupId>
  22. <artifactId>rw-common-config</artifactId>
  23. <version>1.1-SNAPSHOT</version>
  24. <exclusions>
  25. <exclusion>
  26. <artifactId>rw-common-license</artifactId>
  27. <groupId>com.rongwei</groupId>
  28. </exclusion>
  29. </exclusions>
  30. </dependency>
  31. <dependency>
  32. <groupId>com.rongwei</groupId>
  33. <artifactId>rw-common-utils</artifactId>
  34. <version>1.1-SNAPSHOT</version>
  35. <exclusions>
  36. <exclusion>
  37. <artifactId>aspose-words</artifactId>
  38. <groupId>com.aspose</groupId>
  39. </exclusion>
  40. </exclusions>
  41. </dependency>
  42. <dependency>
  43. <groupId>cn.afterturn</groupId>
  44. <artifactId>easypoi-annotation</artifactId>
  45. <version>4.2.0</version>
  46. <scope>compile</scope>
  47. </dependency>
  48. </dependencies>
  49. </project>