pom.xml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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>tzy</artifactId>
  7. <groupId>com.tzy</groupId>
  8. <version>4.5.0</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>tzy-sportcard</artifactId>
  12. <dependencies>
  13. <dependency>
  14. <groupId>com.tzy</groupId>
  15. <artifactId>weixin-api</artifactId>
  16. </dependency>
  17. <dependency>
  18. <groupId>org.bouncycastle</groupId>
  19. <artifactId>bcprov-jdk15on</artifactId>
  20. <version>1.59</version>
  21. </dependency>
  22. <dependency>
  23. <groupId>jdom</groupId>
  24. <artifactId>jdom</artifactId>
  25. <version>1.0</version>
  26. </dependency>
  27. <!--人脸识别 -->
  28. <dependency>
  29. <groupId>com.aliyun</groupId>
  30. <artifactId>cloudauth20190307</artifactId>
  31. <version>1.0.1</version>
  32. </dependency>
  33. <!-- elasticsearch -->
  34. <dependency>
  35. <groupId>org.springframework.boot</groupId>
  36. <artifactId>spring-boot-starter-data-elasticsearch</artifactId>
  37. </dependency>
  38. <dependency>
  39. <groupId>org.apache.lucene</groupId>
  40. <artifactId>lucene-core</artifactId>
  41. <!-- <version>8.11.1</version>-->
  42. <version>7.7.2</version>
  43. </dependency>
  44. </dependencies>
  45. </project>