cigs-4厂 后端下片改造项目
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

pom.xml 1.8 KiB

il y a 2 ans
il y a 2 ans
il y a 1 an
il y a 2 ans
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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>ym-pass</artifactId>
  7. <groupId>com.cnbm</groupId>
  8. <version>1.0-SNAPSHOT</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>ym-admin</artifactId>
  12. <packaging>jar</packaging>
  13. <properties>
  14. <quartz.version>2.3.2</quartz.version>
  15. <shiro.version>1.9.0</shiro.version>
  16. <captcha.version>1.6.2</captcha.version>
  17. <easypoi.version>4.1.0</easypoi.version>
  18. <qiniu.version>7.2.27</qiniu.version>
  19. <aliyun.oss.version>2.8.3</aliyun.oss.version>
  20. <aliyun.core.version>3.2.2</aliyun.core.version>
  21. <qcloud.cos.version>5.4.4</qcloud.cos.version>
  22. </properties>
  23. <dependencies>
  24. <dependency>
  25. <groupId>org.springframework.boot</groupId>
  26. <artifactId>spring-boot-starter-security</artifactId>
  27. </dependency>
  28. <dependency>
  29. <groupId>io.jsonwebtoken</groupId>
  30. <artifactId>jjwt</artifactId>
  31. <version>0.9.0</version>
  32. </dependency>
  33. <dependency>
  34. <groupId>com.github.whvcse</groupId>
  35. <artifactId>easy-captcha</artifactId>
  36. <version>${captcha.version}</version>
  37. </dependency>
  38. <dependency>
  39. <groupId>com.cnbm</groupId>
  40. <artifactId>ym-common</artifactId>
  41. <version>1.0-SNAPSHOT</version>
  42. </dependency>
  43. <dependency>
  44. <groupId>com.alibaba</groupId>
  45. <artifactId>fastjson</artifactId>
  46. <version>1.2.75</version>
  47. </dependency>
  48. </dependencies>
  49. </project>