CAMEL-6392: camel-spring should not export org.apache.camel.component package.


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

Branch: refs/heads/camel-2.11.x
Commit: 6ad14dd3701733c650bcc47955866e5706a74cec
Parents: aa29385
Author: Claus Ibsen <davscl...@apache.org>
Authored: Fri May 24 15:15:40 2013 +0200
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Fri May 24 15:16:36 2013 +0200

----------------------------------------------------------------------
 components/camel-spring/pom.xml |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/6ad14dd3/components/camel-spring/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-spring/pom.xml b/components/camel-spring/pom.xml
index 469132b..37a7db2 100644
--- a/components/camel-spring/pom.xml
+++ b/components/camel-spring/pom.xml
@@ -47,7 +47,6 @@
         org.apache.camel.spring.*;${camel.osgi.version},
         org.apache.camel.osgi.*;${camel.osgi.version},
         org.apache.camel.util.spring.*;${camel.osgi.version},
-        
org.apache.camel.component;${camel.osgi.split.pkg};${camel.osgi.version},
         
org.apache.camel.component.event;${camel.osgi.split.pkg};${camel.osgi.version},
         
org.apache.camel.language.spel;${camel.osgi.split.pkg};${camel.osgi.version}
       </camel.osgi.export>

Reply via email to