You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.2 KiB

  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>mallink</artifactId>
  7. <groupId>com.iformall</groupId>
  8. <version>1.0</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>mallinkService</artifactId>
  12. <dependencies>
  13. <!--
  14. <dependency>
  15. <groupId>com.iformall</groupId>
  16. <artifactId>mybatis-tenant</artifactId>
  17. <version>1.0</version>
  18. <scope>compile</scope>
  19. </dependency>
  20. -->
  21. <!--
  22. <dependency>
  23. <groupId>org.flowable</groupId>
  24. <artifactId>flowable-spring-boot-starter-basic</artifactId>
  25. <version>6.4.0</version>
  26. </dependency>
  27. -->
  28. <dependency>
  29. <groupId>org.jetbrains</groupId>
  30. <artifactId>annotations</artifactId>
  31. <version>13.0</version>
  32. <scope>compile</scope>
  33. </dependency>
  34. </dependencies>
  35. </project>