Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 

68 строки
2.0 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. <modelVersion>4.0.0</modelVersion>
  6. <parent>
  7. <artifactId>mallink</artifactId>
  8. <groupId>com.iformall</groupId>
  9. <version>1.0</version>
  10. </parent>
  11. <artifactId>mallinkAdmin</artifactId>
  12. <properties>
  13. <weixin-java-mp.version>3.3.0</weixin-java-mp.version>
  14. <weixin-java-open.version>3.3.0</weixin-java-open.version>
  15. </properties>
  16. <dependencies>
  17. <dependency>
  18. <groupId>com.iformall</groupId>
  19. <artifactId>mallinkService</artifactId>
  20. <version>1.0</version>
  21. </dependency>
  22. <dependency>
  23. <groupId>com.iformall</groupId>
  24. <artifactId>mybatis-multi-tenancy</artifactId>
  25. <version>1.0</version>
  26. </dependency>
  27. <dependency>
  28. <groupId>commons-fileupload</groupId>
  29. <artifactId>commons-fileupload</artifactId>
  30. <version>1.3.3</version>
  31. </dependency>
  32. <dependency>
  33. <groupId>com.google.zxing</groupId>
  34. <artifactId>core</artifactId>
  35. <version>3.3.3</version>
  36. </dependency>
  37. <dependency>
  38. <groupId>com.github.axet</groupId>
  39. <artifactId>kaptcha</artifactId>
  40. <version>0.0.9</version>
  41. </dependency>
  42. <dependency>
  43. <groupId>org.flywaydb</groupId>
  44. <artifactId>flyway-core</artifactId>
  45. </dependency>
  46. </dependencies>
  47. <build>
  48. <plugins>
  49. <plugin>
  50. <groupId>org.springframework.boot</groupId>
  51. <artifactId>spring-boot-maven-plugin</artifactId>
  52. <configuration>
  53. <executable>true</executable>
  54. </configuration>
  55. </plugin>
  56. </plugins>
  57. </build>
  58. </project>