pom.xml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. <parent>
  6. <artifactId>mec</artifactId>
  7. <groupId>com.ym</groupId>
  8. <version>1.0</version>
  9. </parent>
  10. <artifactId>mec-thirdparty</artifactId>
  11. <name>mec-thirdparty</name>
  12. <!-- FIXME change it to the project's website -->
  13. <url>http://www.example.com</url>
  14. <dependencies>
  15. <dependency>
  16. <groupId>com.ym</groupId>
  17. <artifactId>mec-util</artifactId>
  18. </dependency>
  19. <dependency>
  20. <groupId>com.aliyun.oss</groupId>
  21. <artifactId>aliyun-sdk-oss</artifactId>
  22. <version>2.8.3</version>
  23. </dependency>
  24. <dependency>
  25. <groupId>com.timevale</groupId>
  26. <artifactId>tech-sdk</artifactId>
  27. <version>2.1.20</version>
  28. <scope>system</scope>
  29. <systemPath>${project.basedir}/libs/tech-sdk-2.1.20.jar</systemPath>
  30. </dependency>
  31. <dependency>
  32. <groupId>com.timevale</groupId>
  33. <artifactId>smUtil</artifactId>
  34. <version>1.0</version>
  35. <scope>system</scope>
  36. <systemPath>${project.basedir}/libs/smUtil-1.0.jar</systemPath>
  37. </dependency>
  38. <dependency>
  39. <groupId>com.timevale</groupId>
  40. <artifactId>tgtext</artifactId>
  41. <version>3.2.14</version>
  42. <scope>system</scope>
  43. <systemPath>${project.basedir}/libs/tgtext-3.2.14.jar</systemPath>
  44. </dependency>
  45. <dependency>
  46. <groupId>com.timevale</groupId>
  47. <artifactId>utils</artifactId>
  48. <version>3.0.6</version>
  49. <scope>system</scope>
  50. <systemPath>${project.basedir}/libs/utils-3.0.6.jar</systemPath>
  51. </dependency>
  52. <dependency>
  53. <groupId>cfca.sadk</groupId>
  54. <artifactId>cfca.sadk</artifactId>
  55. <version>1.0.0</version>
  56. <scope>system</scope>
  57. <systemPath>${project.basedir}/libs/SADK-3.2.5.2.jar</systemPath>
  58. </dependency>
  59. </dependencies>
  60. </project>