/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
- <?xml version="1.0" encoding="UTF-8"?>
- <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">
- <parent>
- <artifactId>ws-tester-xor</artifactId>
- <groupId>com.googlecode.ws-tester</groupId>
- <version>1.0</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <artifactId>ws-tester-xor-wsdl</artifactId>
- <dependencies>
- <dependency>
- <groupId>com.googlecode.ws-tester</groupId>
- <artifactId>ws-tester-xor-engine</artifactId>
- <version>1.0</version>
- </dependency>
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>2.4</version>
- </dependency>
- </dependencies>
- </project>