Author: coheigea
Date: Mon Jan 14 12:04:37 2013
New Revision: 1432891
URL: http://svn.apache.org/viewvc?rev=1432891&view=rev
Log:
Removing hard-coded version numbs in the pom
Modified:
cxf/fediz/trunk/systests/tests/pom.xml
Modified: cxf/fediz/trunk/systests/tests/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/fediz/trunk/systests/tests/pom.xml?rev=1432891&r1=1432890&r2=1432891&view=diff
==============================================================================
--- cxf/fediz/trunk/systests/tests/pom.xml (original)
+++ cxf/fediz/trunk/systests/tests/pom.xml Mon Jan 14 12:04:37 2013
@@ -47,12 +47,12 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
- <version>4.2.2</version>
+ <version>${httpclient.version}</version>
</dependency>
<dependency>
<groupId>net.htmlparser.jericho</groupId>
<artifactId>jericho-html</artifactId>
- <version>3.2</version>
+ <version>${jericho.version}</version>
</dependency>
</dependencies>
<build>