Fixing lack of test scope camel-spring-javaconfig. 

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

Branch: refs/heads/master
Commit: a17572eea95c31d64b5cb37e076c63656c3af3ce
Parents: c70e9db
Author: oalles <oal...@neivi.es>
Authored: Mon Mar 21 12:41:41 2016 +0100
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Wed Mar 23 18:46:10 2016 +0100

----------------------------------------------------------------------
 components/camel-cm/pom.xml | 203 ++++++++++++++++++++-------------------
 1 file changed, 102 insertions(+), 101 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/a17572ee/components/camel-cm/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-cm/pom.xml b/components/camel-cm/pom.xml
index 2659259..ff66e28 100644
--- a/components/camel-cm/pom.xml
+++ b/components/camel-cm/pom.xml
@@ -1,101 +1,102 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Licensed to the Apache Software Foundation (ASF) under one or more 
contributor 
-       license agreements. See the NOTICE file distributed with this work for 
additional 
-       information regarding copyright ownership. The ASF licenses this file 
to 
-       You under the Apache License, Version 2.0 (the "License"); you may not 
use 
-       this file except in compliance with the License. You may obtain a copy 
of 
-       the License at http://www.apache.org/licenses/LICENSE-2.0 Unless 
required 
-       by applicable law or agreed to in writing, software distributed under 
the 
-       License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR 
CONDITIONS 
-       OF ANY KIND, either express or implied. See the License for the 
specific 
-       language governing permissions and limitations under the License. -->
-<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";>
-       <modelVersion>4.0.0</modelVersion>
-       <parent>
-               <groupId>org.apache.camel</groupId>
-               <artifactId>components</artifactId>
-               <version>2.16.2</version>
-       </parent>
-       <artifactId>camel-cm</artifactId>
-       <packaging>bundle</packaging>
-       <name>Camel :: CM</name>
-       <description>Camel CM Component</description>
-
-       <properties>
-               
<camel.osgi.export.pkg>org.apache.camel.component.cm.*</camel.osgi.export.pkg>
-               
<camel.osgi.export.service>org.apache.camel.spi.ComponentResolver;component=cm</camel.osgi.export.service>
-               <httpclient>${httpclient4-version}</httpclient>
-               <jsoup-version>1.8.3</jsoup-version>
-               <libphonenumber-version>7.2.7</libphonenumber-version>
-               <commons-validator-version>1.5.0</commons-validator-version>
-       </properties>
-
-       <dependencies>
-
-               <dependency>
-                       <groupId>org.apache.camel</groupId>
-                       <artifactId>camel-core</artifactId>
-               </dependency>
-
-               <dependency>
-                       <groupId>com.googlecode.libphonenumber</groupId>
-                       <artifactId>libphonenumber</artifactId>
-                       <version>${libphonenumber-version}</version>
-               </dependency>
-
-               <dependency>
-                       <groupId>org.apache.httpcomponents</groupId>
-                       <artifactId>httpclient-osgi</artifactId>
-                       <version>${httpclient}</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.jsoup</groupId>
-                       <artifactId>jsoup</artifactId>
-                       <version>${jsoup-version}</version>
-               </dependency>
-
-               <dependency>
-                       <groupId>javax.validation</groupId>
-                       <artifactId>validation-api</artifactId>
-                       <version>${validation-api-version}</version>
-               </dependency>
-               <dependency>
-                       <groupId>javax.el</groupId>
-                       <artifactId>javax.el-api</artifactId>
-                       <version>${javax.el-api-version}</version>
-               </dependency>
-               <dependency>
-                       <groupId>commons-validator</groupId>
-                       <artifactId>commons-validator</artifactId>
-                       <version>${commons-validator-version}</version>
-               </dependency>
-
-               <!-- test dependencies -->
-               <dependency>
-                       <groupId>org.apache.camel</groupId>
-                       <artifactId>camel-test-spring</artifactId>
-                       <scope>test</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.camel</groupId>
-                       <artifactId>camel-spring-javaconfig</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.slf4j</groupId>
-                       <artifactId>slf4j-log4j12</artifactId>
-                       <scope>test</scope>
-               </dependency>
-               <dependency>
-                       <groupId>junit</groupId>
-                       <artifactId>junit</artifactId>
-                       <scope>test</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.hibernate</groupId>
-                       <artifactId>hibernate-validator</artifactId>
-                       <version>${hibernate-validator-version}</version>
-                       <scope>test</scope>
-               </dependency>
-       </dependencies>
-</project>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more 
contributor 
+       license agreements. See the NOTICE file distributed with this work for 
additional 
+       information regarding copyright ownership. The ASF licenses this file 
to 
+       You under the Apache License, Version 2.0 (the "License"); you may not 
use 
+       this file except in compliance with the License. You may obtain a copy 
of 
+       the License at http://www.apache.org/licenses/LICENSE-2.0 Unless 
required 
+       by applicable law or agreed to in writing, software distributed under 
the 
+       License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR 
CONDITIONS 
+       OF ANY KIND, either express or implied. See the License for the 
specific 
+       language governing permissions and limitations under the License. -->
+<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";>
+       <modelVersion>4.0.0</modelVersion>
+       <parent>
+               <groupId>org.apache.camel</groupId>
+               <artifactId>components</artifactId>
+               <version>2.16.2</version>
+       </parent>
+       <artifactId>camel-cm</artifactId>
+       <packaging>bundle</packaging>
+       <name>Camel :: CM</name>
+       <description>Camel CM Component</description>
+
+       <properties>
+               
<camel.osgi.export.pkg>org.apache.camel.component.cm.*</camel.osgi.export.pkg>
+               
<camel.osgi.export.service>org.apache.camel.spi.ComponentResolver;component=cm</camel.osgi.export.service>
+               <httpclient>${httpclient4-version}</httpclient>
+               <jsoup-version>1.8.3</jsoup-version>
+               <libphonenumber-version>7.2.7</libphonenumber-version>
+               <commons-validator-version>1.5.0</commons-validator-version>
+       </properties>
+
+       <dependencies>
+
+               <dependency>
+                       <groupId>org.apache.camel</groupId>
+                       <artifactId>camel-core</artifactId>
+               </dependency>
+
+               <dependency>
+                       <groupId>com.googlecode.libphonenumber</groupId>
+                       <artifactId>libphonenumber</artifactId>
+                       <version>${libphonenumber-version}</version>
+               </dependency>
+
+               <dependency>
+                       <groupId>org.apache.httpcomponents</groupId>
+                       <artifactId>httpclient-osgi</artifactId>
+                       <version>${httpclient}</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.jsoup</groupId>
+                       <artifactId>jsoup</artifactId>
+                       <version>${jsoup-version}</version>
+               </dependency>
+
+               <dependency>
+                       <groupId>javax.validation</groupId>
+                       <artifactId>validation-api</artifactId>
+                       <version>${validation-api-version}</version>
+               </dependency>
+               <dependency>
+                       <groupId>javax.el</groupId>
+                       <artifactId>javax.el-api</artifactId>
+                       <version>${javax.el-api-version}</version>
+               </dependency>
+               <dependency>
+                       <groupId>commons-validator</groupId>
+                       <artifactId>commons-validator</artifactId>
+                       <version>${commons-validator-version}</version>
+               </dependency>
+
+               <!-- test dependencies -->
+               <dependency>
+                       <groupId>org.apache.camel</groupId>
+                       <artifactId>camel-test-spring</artifactId>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.camel</groupId>
+                       <artifactId>camel-spring-javaconfig</artifactId>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.slf4j</groupId>
+                       <artifactId>slf4j-log4j12</artifactId>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>junit</groupId>
+                       <artifactId>junit</artifactId>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.hibernate</groupId>
+                       <artifactId>hibernate-validator</artifactId>
+                       <version>${hibernate-validator-version}</version>
+                       <scope>test</scope>
+               </dependency>
+       </dependencies>
+</project>

Reply via email to