Skip to content

Commit

Permalink
Fix release:prepare
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/cxf/trunk@1568500 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
dkulp committed Feb 14, 2014
1 parent 4354b1a commit f52a3c8
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions distribution/src/main/release/samples/ws_eventing/pom.xml
Expand Up @@ -27,44 +27,39 @@
<artifactId>cxf-samples</artifactId>
<version>3.0.0-SNAPSHOT</version>
</parent>
<properties>
<cxf.version>${project.version}</cxf.version>
</properties>
<dependencies>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-core</artifactId>
<version>${cxf.version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>${cxf.version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<version>${cxf.version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>3.2.0.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>3.2.0.RELEASE</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-eventing</artifactId>
<version>${cxf.version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-addr</artifactId>
<version>${cxf.version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down

0 comments on commit f52a3c8

Please sign in to comment.