pom.xml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <project xmlns="http://maven.apache.org/POM/4.0.0"
  2. 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. <groupId>cn.superdesk.uniorder</groupId>
  7. <artifactId>superdesk-operation-center-dubbo</artifactId>
  8. <version>0.0.1-SNAPSHOT</version>
  9. </parent>
  10. <artifactId>superdesk-uniorder-dubbo-facade</artifactId>
  11. <packaging>jar</packaging>
  12. <dependencies>
  13. <dependency>
  14. <groupId>junit</groupId>
  15. <artifactId>junit</artifactId>
  16. <version>3.8.1</version>
  17. <scope>test</scope>
  18. </dependency>
  19. <dependency>
  20. <groupId>cn.superdesk.uniorder</groupId>
  21. <artifactId>superdesk-uniorder-common</artifactId>
  22. <version>${project.parent.version}</version>
  23. </dependency>
  24. <dependency>
  25. <groupId>cn.superdesk.uniorder</groupId>
  26. <artifactId>superdesk-uniorder-dao</artifactId>
  27. <version>${project.parent.version}</version>
  28. </dependency>
  29. <dependency>
  30. <groupId>com.github.pagehelper</groupId>
  31. <artifactId>pagehelper</artifactId>
  32. <version>${pagehelper.version}</version>
  33. </dependency>
  34. <dependency>
  35. <groupId>cn.superdesk.uniorder</groupId>
  36. <artifactId>superdesk-uniorder-dto</artifactId>
  37. <version>${project.parent.version}</version>
  38. </dependency>
  39. <dependency>
  40. <groupId>cn.superdesk.uniorder</groupId>
  41. <artifactId>superdesk-uniorder-openapicall-thirdpart-szhtxx-electronicInvoice-dto</artifactId>
  42. <version>${project.parent.version}</version>
  43. </dependency>
  44. <dependency>
  45. <groupId>cn.superdesk.uniorder</groupId>
  46. <artifactId>superdesk-uniorder-openapicall-thirdpart-szhtxx-paperInvoice-dto</artifactId>
  47. <version>${project.parent.version}</version>
  48. </dependency>
  49. </dependencies>
  50. </project>