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.

61 lines
1.9 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <artifactId>mdp-arc-mate</artifactId>
  6. <packaging>jar</packaging>
  7. <name>mdp-arc-mate 内容管理系统</name>
  8. <description>内容管理系统</description>
  9. <parent>
  10. <groupId>com.mdp</groupId>
  11. <artifactId>mdp-lcode-backend</artifactId>
  12. <version>2.0.0-RELEASE</version>
  13. </parent>
  14. <dependencies>
  15. <dependency>
  16. <groupId>com.alibaba</groupId>
  17. <artifactId>druid</artifactId>
  18. <version>1.2.4</version>
  19. </dependency>
  20. <dependency>
  21. <groupId>com.alibaba</groupId>
  22. <artifactId>druid-spring-boot-starter</artifactId>
  23. <version>1.2.4</version>
  24. </dependency>
  25. <dependency>
  26. <groupId>com.mdp</groupId>
  27. <artifactId>mdp-boot-starter</artifactId>
  28. <version>${mdp.version}</version>
  29. </dependency>
  30. <dependency>
  31. <groupId>net.coobird</groupId>
  32. <artifactId>thumbnailator</artifactId>
  33. <version>0.4.8</version>
  34. </dependency>
  35. <!--视频时长-->
  36. <dependency>
  37. <groupId>ws.schild</groupId>
  38. <artifactId>jave-all-deps</artifactId>
  39. <version>2.6.0</version>
  40. </dependency>
  41. <!--文章查看需要模板引擎-->
  42. <dependency>
  43. <groupId>org.springframework.boot</groupId>
  44. <artifactId>spring-boot-starter-thymeleaf</artifactId>
  45. </dependency>
  46. <dependency>
  47. <groupId>org.slf4j</groupId>
  48. <artifactId>slf4j-api</artifactId>
  49. </dependency>
  50. <!-- logback -->
  51. <dependency>
  52. <groupId>ch.qos.logback</groupId>
  53. <artifactId>logback-classic</artifactId>
  54. </dependency>
  55. <dependency>
  56. <groupId>com.twelvemonkeys.imageio</groupId>
  57. <artifactId>imageio-jpeg</artifactId>
  58. <version>3.8.2</version>
  59. </dependency>
  60. </dependencies>
  61. </project>