sticky-component-cxf-spring30
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.stickycode.component</groupId>
<artifactId>sticky-component-cxf-spring30</artifactId>
<version>2.1</version>
</dependency><?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.15</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>net.stickycode.component</groupId> <artifactId>sticky-component-cxf-spring30</artifactId> <version>2.1</version> <packaging>jar</packaging> <name>sticky-component-cxf-spring30</name> <description>Web Service registration component support for spring30</description> <url>http://www.StickyCode.net/component/sticky-component-cxf-spring30/</url> <inceptionYear>2009</inceptionYear> <scm> <connection>scm:svn:http://stickycode.googlecode.com/svn/tags/net.stickycode.component/sticky-component-cxf-spring30-2.1</connection> <developerConnection>scm:svn:https://stickycode.googlecode.com/svn/tags/net.stickycode.component/sticky-component-cxf-spring30-2.1</developerConnection> <url>http://code.google.com/p/stickycode/source/browse/#svn/tags/net.stickycode.component/sticky-component-cxf-spring30-2.1</url> </scm> <dependencies> <dependency> <groupId>org.mockwire</groupId> <artifactId>mockwire-spring30</artifactId> <version>[4,6)</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>spring-context</artifactId> <groupId>org.springframework</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>net.stickycode</groupId> <artifactId>sticky-stereotype</artifactId> <version>[1.5,2)</version> </dependency> <dependency> <groupId>net.stickycode</groupId> <artifactId>sticky-exception</artifactId> <version>[1.6,2)</version> </dependency> <dependency> <groupId>net.stickycode.component</groupId> <artifactId>sticky-component-cxf</artifactId> <version>[1,5)</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> <version>[3.0.5.RELEASE]</version> <exclusions> <exclusion> <artifactId>commons-logging</artifactId> <groupId>commons-logging</groupId> </exclusion> <exclusion> <artifactId>spring-beans</artifactId> <groupId>org.springframework</groupId> </exclusion> <exclusion> <artifactId>spring-context</artifactId> <groupId>org.springframework</groupId> </exclusion> <exclusion> <artifactId>spring-core</artifactId> <groupId>org.springframework</groupId> </exclusion> <exclusion> <artifactId>aopalliance</artifactId> <groupId>aopalliance</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>net.stickycode.composite</groupId> <artifactId>sticky-composite-spring30</artifactId> <version>[1.3,2)</version> </dependency> </dependencies> </project>