bpm-client-http-0.0.2.pom 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. ~ The Hefei JingTong RDC(Research and Development Centre) Group.
  4. ~ __________________
  5. ~
  6. ~ Copyright 2015-2021
  7. ~ All Rights Reserved.
  8. ~
  9. ~ NOTICE: All information contained herein is, and remains
  10. ~ the property of JingTong Company and its suppliers,
  11. ~ if any.
  12. -->
  13. <project xmlns="http://maven.apache.org/POM/4.0.0"
  14. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  15. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  16. <modelVersion>4.0.0</modelVersion>
  17. <parent>
  18. <groupId>com.jingtong</groupId>
  19. <artifactId>base-bpm</artifactId>
  20. <version>0.0.2</version>
  21. </parent>
  22. <artifactId>bpm-client-http</artifactId>
  23. <version>${parent.version}</version>
  24. <dependencies>
  25. <dependency>
  26. <groupId>com.jingtong</groupId>
  27. <artifactId>bpm-client-base</artifactId>
  28. <version>${parent.version}</version>
  29. </dependency>
  30. <dependency>
  31. <groupId>com.alibaba</groupId>
  32. <artifactId>fastjson</artifactId>
  33. <version>1.2.76</version>
  34. </dependency>
  35. </dependencies>
  36. </project>