bpm-client-base-0.0.1.pom 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  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.1</version>
  21. </parent>
  22. <groupId>com.jingtong</groupId>
  23. <artifactId>bpm-client-base</artifactId>
  24. <version>0.0.1</version>
  25. <dependencies>
  26. <dependency>
  27. <groupId>com.jingtong.common</groupId>
  28. <artifactId>data</artifactId>
  29. <version>0.0.1</version>
  30. </dependency>
  31. </dependencies>
  32. </project>