Removed htmlunit-version property from camel-linkedin-api since there is a 
htmlunit.version property inside parent/pom.xml


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/8d4be572
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/8d4be572
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/8d4be572

Branch: refs/heads/master
Commit: 8d4be572de557fa25b718af47671372491c0c0da
Parents: c3e2e94
Author: Andrea Cosentino <anco...@gmail.com>
Authored: Wed Jul 1 17:38:24 2015 +0200
Committer: Andrea Cosentino <anco...@gmail.com>
Committed: Wed Jul 1 17:38:24 2015 +0200

----------------------------------------------------------------------
 components/camel-linkedin/camel-linkedin-api/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/8d4be572/components/camel-linkedin/camel-linkedin-api/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-linkedin/camel-linkedin-api/pom.xml 
b/components/camel-linkedin/camel-linkedin-api/pom.xml
index 95b8ca2..3ba3b8e 100644
--- a/components/camel-linkedin/camel-linkedin-api/pom.xml
+++ b/components/camel-linkedin/camel-linkedin-api/pom.xml
@@ -32,7 +32,6 @@
 
   <properties>
     
<camel.osgi.export.pkg>org.apache.camel.component.linkedin.api*</camel.osgi.export.pkg>
-    <htmlunit-version>2.15</htmlunit-version>
   </properties>
 
   <dependencies>
@@ -59,7 +58,7 @@
     <dependency>
       <groupId>net.sourceforge.htmlunit</groupId>
       <artifactId>htmlunit</artifactId>
-      <version>${htmlunit-version}</version>
+      <version>${htmlunit.version}</version>
     </dependency>
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>

Reply via email to