<?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/maven-v4_0_0.xsd">

	<modelVersion>4.0.0</modelVersion>

	<parent>
		<groupId>net.stickycode.parent</groupId>
		<artifactId>sticky-jar</artifactId>
		<version>1.20</version>
	</parent>

	<groupId>net.stickycode.ws</groupId>
	<artifactId>sticky-ws-testutils</artifactId>
	<version>1.1</version>
	<packaging>jar</packaging>

	<dependencies>
		<dependency>
			<groupId>org.mockwire</groupId>
			<!--
			<artifactId>mockwire-guice3</artifactId>
			-->
			<artifactId>mockwire-spring30</artifactId>
			<version>[6.2,7)</version>
			<scope>test</scope>
		</dependency>

		<dependency>
			<groupId>net.stickycode</groupId>
			<artifactId>sticky-stereotype</artifactId>
			<version>[1.16,2)</version>
		</dependency>


		 <dependency>
		 	<groupId>net.stickycode.composite</groupId>
		 	<artifactId>sticky-composite-cxf-soap-unittest</artifactId>
		 	<version>[1.2,2)</version>
		 </dependency>
		 <dependency>
		 	<groupId>net.stickycode.ws</groupId>
		 	<artifactId>sticky-ws-cxf</artifactId>
		 	<version>[3.2,4)</version>
		 </dependency>
		 <dependency>
		 	<groupId>net.stickycode.ws</groupId>
			<!--
		 	<artifactId>sticky-ws-cxf-guice3</artifactId>
			-->
		 	<artifactId>sticky-ws-cxf-spring30</artifactId>
		 	<version>[2.1,3)</version>
		 	<scope>test</scope>
		 </dependency>
		 <dependency>
		 	<groupId>net.stickycode.configured</groupId>
			<!--
		 	<artifactId>sticky-ws-cxf-guice3</artifactId>
			-->
		 	<artifactId>sticky-configured</artifactId>
		 	<version>[4.5,5)</version>
		 </dependency>
	</dependencies>

  <scm>
    <connection>scm:svn:http://source.stickycode.net/tags/net.stickycode.ws/sticky-ws-testutils-1.1</connection>
    <developerConnection>scm:svn:http://source.stickycode.net/tags/net.stickycode.ws/sticky-ws-testutils-1.1</developerConnection>
    <url>scm:svn:http://source.stickycode.net/tags/net.stickycode.ws/sticky-ws-testutils-1.1</url>
  </scm>
</project>
