<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2010 RedEngine Ltd, http://www.redengine.co.nz. All rights reserved. -->
<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">
	<parent>
		<groupId>net.stickycode.parent</groupId>
		<artifactId>sticky-jar</artifactId>
		<version>1.20</version>
	</parent>
	<modelVersion>4.0.0</modelVersion>

	<groupId>net.stickycode.ws</groupId>
	<artifactId>sticky-ws-cxf</artifactId>
	<version>3.2</version>
	<packaging>jar</packaging>

	<name>sticky-ws-cxf</name>
	<description>Class, Field and Method metadata used to remove boilerplate code for construction, configuration, scheduling, 
monitoring, management and more</description>
	<url>http://www.StickyCode.net/ws/sticky-ws-cxf/</url>
	<inceptionYear>2009</inceptionYear>

	<scm>
		<connection>scm:svn:http://source.stickycode.net/tags/net.stickycode.ws/sticky-ws-cxf-3.2</connection>
		<developerConnection>scm:svn:http://source.stickycode.net/tags/net.stickycode.ws/sticky-ws-cxf-3.2</developerConnection>
		<url>scm:svn:http://source.stickycode.net/tags/net.stickycode.ws/sticky-ws-cxf-3.2</url>
	</scm>

	<dependencies>
		<dependency>
			<groupId>org.mockwire</groupId>
			<artifactId>mockwire-spring30</artifactId>
			<version>[6.2,8)</version>
			<!-- 
			<artifactId>mockwire-guice3</artifactId>
			<version>[1,5)</version>
			 -->
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>net.stickycode.composite</groupId>
			<artifactId>sticky-composite-cxf-soap-http</artifactId>
			<version>[1.1,6)</version>
		</dependency>

		<dependency>
			<groupId>javax.servlet</groupId>
			<artifactId>servlet-api</artifactId>
			<version>2.5</version>
		</dependency>

		<dependency>
			<groupId>net.stickycode.composite</groupId>
			<artifactId>sticky-composite-cxf-soap</artifactId>
			<version>[5.1,6)</version>
		</dependency>
		<dependency>
			<groupId>net.stickycode</groupId>
			<artifactId>sticky-stereotype</artifactId>
			<version>[1.16,2)</version>
		</dependency>
		<dependency>
			<groupId>net.stickycode</groupId>
			<artifactId>sticky-exception</artifactId>
			<version>[1.6,2)</version>
		</dependency>
	</dependencies>
</project>
