cigs-4厂 后端下片改造项目
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

41 lines
1.4 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. <groupId>com.cnbm</groupId>
  8. <artifactId>ym-pass</artifactId>
  9. <version>1.0-SNAPSHOT</version>
  10. </parent>
  11. <artifactId>ym-s7</artifactId>
  12. <properties>
  13. <maven.compiler.source>8</maven.compiler.source>
  14. <maven.compiler.target>8</maven.compiler.target>
  15. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  16. </properties>
  17. <dependencies>
  18. <!-- retry 结束 -->
  19. <dependency>
  20. <groupId>org.springframework.retry</groupId>
  21. <artifactId>spring-retry</artifactId>
  22. <version>1.2.2.RELEASE</version>
  23. </dependency>
  24. <dependency>
  25. <groupId>org.testng</groupId>
  26. <artifactId>testng</artifactId>
  27. <version>6.11</version>
  28. <scope>compile</scope>
  29. </dependency>
  30. <dependency>
  31. <groupId>junit</groupId>
  32. <artifactId>junit</artifactId>
  33. </dependency>
  34. <!-- retry 结束 -->
  35. </dependencies>
  36. </project>