/ws-tester-xor/ws-tester-xor-wsdl/pom.xml

http://ws-tester.googlecode.com/ · XML · 23 lines · 22 code · 1 blank · 0 comment · 0 complexity · d8105dade9d6d54c64b2649f7eda0dfc MD5 · raw file

  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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  3. <parent>
  4. <artifactId>ws-tester-xor</artifactId>
  5. <groupId>com.googlecode.ws-tester</groupId>
  6. <version>1.0</version>
  7. </parent>
  8. <modelVersion>4.0.0</modelVersion>
  9. <artifactId>ws-tester-xor-wsdl</artifactId>
  10. <dependencies>
  11. <dependency>
  12. <groupId>com.googlecode.ws-tester</groupId>
  13. <artifactId>ws-tester-xor-engine</artifactId>
  14. <version>1.0</version>
  15. </dependency>
  16. <dependency>
  17. <groupId>commons-lang</groupId>
  18. <artifactId>commons-lang</artifactId>
  19. <version>2.4</version>
  20. </dependency>
  21. </dependencies>
  22. </project>