Lets make examples depending on Camel-dependencies
diff --git a/examples/README.adoc b/examples/README.adoc
index caad6d7..3d235bc 100644
--- a/examples/README.adoc
+++ b/examples/README.adoc
@@ -11,7 +11,7 @@
 == Examples
 
 // examples: START
-Number of Examples: 85 (0 deprecated)
+Number of Examples: 84 (0 deprecated)
 
 [width="100%",cols="4,2,4",options="header"]
 |===
@@ -139,8 +139,6 @@
 
 | link:camel-example-netty-custom-correlation/readme.adoc[Netty Custom Correlation] (camel-example-netty-custom-correlation) | Messaging | An example for showing Camel Netty with custom codec and correlation id
 
-| link:camel-example-spring-boot-amqp/README.adoc[Spring Boot Amqp] (camel-example-spring-boot-amqp) | Messaging | An example showing how to work with Camel, ActiveMQ Amqp and Spring Boot
-
 | link:camel-example-spring-jms/README.adoc[Spring JMS] (camel-example-spring-jms) | Messaging | An example using Spring XML to talk to the JMS server from different kind of client techniques
     
 
diff --git a/examples/pom.xml b/examples/pom.xml
index b96e449..8b6572a 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -23,9 +23,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache</groupId>
-        <artifactId>apache</artifactId>
-        <version>21</version>
+        <groupId>org.apache.camel</groupId>
+        <artifactId>camel-dependencies</artifactId>
+        <version>3.3.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.camel.example</groupId>
@@ -182,93 +182,27 @@
         <camel.karaf.version>3.3.0-SNAPSHOT</camel.karaf.version>
 
         <!-- Versions -->
-        <exec-maven-plugin-version>1.6.0</exec-maven-plugin-version>
-        <aether-version>1.0.2.v20150114</aether-version>
-        <arquillian-container-se-managed-version>1.0.2.Final</arquillian-container-se-managed-version>
         <arquillian-version>1.5.0.Final</arquillian-version>
         <asciidoctorj-version>2.1.0</asciidoctorj-version>
-        <activemq-version>5.15.12</activemq-version>
-        <activemq-artemis-version>2.12.0</activemq-artemis-version>
-        <atomix-version>1.0.8</atomix-version>
-        <avro-version>1.8.1</avro-version>
-        <awaitility-version>4.0.2</awaitility-version>
-        <bouncycastle-version>1.65</bouncycastle-version>
         <camel-bundle-plugin-version>${camel.version}</camel-bundle-plugin-version>
-        <cdi-api-2.0-version>2.0</cdi-api-2.0-version>
         <cdi-api-1.2-version>1.2</cdi-api-1.2-version>
-        <curator-version>2.12.0</curator-version>
-        <commons-dbcp-version>1.4</commons-dbcp-version>
-        <commons-dbcp2-version>2.7.0</commons-dbcp2-version>
-        <commons-lang3-version>3.10</commons-lang3-version>
-        <commons-logging-version>1.2</commons-logging-version>
-        <commons-io-version>2.6</commons-io-version>
-        <cxf-version>3.3.5</cxf-version>
-        <cxf-version-range>[3.3,4.0)</cxf-version-range>
-        <deltaspike-version>1.9.0</deltaspike-version>
-        <derby-version>10.14.2.0</derby-version>
-        <egit-github-core-version>2.1.5</egit-github-core-version>
-        <exec-maven-plugin-version>1.6.0</exec-maven-plugin-version>
-        <freemarker-version>2.3.30</freemarker-version>
-        <geronimo-j2ee-connector-spec-version>2.0.0</geronimo-j2ee-connector-spec-version>
         <glassfish-jaxb-runtime-version>${jakarta-jaxb-version}</glassfish-jaxb-runtime-version>
         <groovy-version>3.0.2</groovy-version>
-        <geronimo-jms2-spec-version>1.0-alpha-2</geronimo-jms2-spec-version>
-        <gson-version>2.8.5</gson-version>
-        <hapi-version>2.3</hapi-version>
-        <hamcrest-version>2.2</hamcrest-version>
-        <hibernate-validator-version>6.1.2.Final</hibernate-validator-version>
         <pax-exam-version>4.13.2</pax-exam-version>
         <pax-url-aether>2.6.2</pax-url-aether>
-        <jakarta-jaxb-version>2.3.2</jakarta-jaxb-version>
         <jaxb-version>2.3.0</jaxb-version>
-        <jetty9-version>9.4.20.v20190813</jetty9-version>
-        <jetty-version>${jetty9-version}</jetty-version>
-        <jetty-plugin-version>${jetty-version}</jetty-plugin-version>
-        <jolokia-version>1.6.2</jolokia-version>
-        <jooq-version>3.13.2</jooq-version>
-        <junit-jupiter-version>5.5.2</junit-jupiter-version>
-        <junit-version>4.12</junit-version>
         <karaf4-version>4.2.8</karaf4-version>
-        <log4j2-version>2.13.2</log4j2-version>
-        <log4j-version>1.2.17</log4j-version>
-        <logback-version>1.2.3</logback-version>
-        <hsqldb-version>2.5.0</hsqldb-version>
-        <maven-checkstyle-plugin-version>3.1.0</maven-checkstyle-plugin-version>
-        <maven-checkstyle-version>8.26</maven-checkstyle-version>
         <maven-compiler-plugin-version>3.8.1</maven-compiler-plugin-version>
-        <maven-javadoc-plugin-version>3.0.1</maven-javadoc-plugin-version>
-        <maven-resources-plugin-version>3.1.0</maven-resources-plugin-version>
         <maven-surefire-plugin-version>3.0.0-M4</maven-surefire-plugin-version>
+        <maven-javadoc-plugin-version>3.0.1</maven-javadoc-plugin-version>
         <metrics-cdi-version>1.3.3</metrics-cdi-version>
-        <micrometer-version>1.5.0</micrometer-version>
-        <mina-version>2.1.3</mina-version>
-        <mvel-version>2.4.5.Final</mvel-version>
         <mycila-license-version>3.0</mycila-license-version>
-        <openjpa-version>3.1.1</openjpa-version>
-        <opentracing-version>0.33.0</opentracing-version>
-        <os-maven-plugin-version>1.6.0</os-maven-plugin-version>
-        <osgi-version>6.0.0</osgi-version>
         <pax-cdi-version>1.0.0</pax-cdi-version>
-        <properties-maven-plugin-version>1.0-alpha-2</properties-maven-plugin-version>
-        <shrinkwrap-descriptors-version>2.0.0</shrinkwrap-descriptors-version>
-        <sshd-version>2.0.0</sshd-version>
-        <slf4j-version>1.7.30</slf4j-version>
-        <slf4j-api-version>1.7.30</slf4j-api-version>
-        <sql-maven-plugin-version>1.5</sql-maven-plugin-version>
-        <spring-ws-version>3.0.8.RELEASE</spring-ws-version>
         <spring-security-version>5.3.0.RELEASE</spring-security-version>
-        <spring-version-range>[5,6)</spring-version-range>
-        <spring-version>${spring5-version}</spring-version>
-        <spring5-version>5.2.6.RELEASE</spring5-version>
         <surefire.version>${maven-surefire-plugin-version}</surefire.version>
         <tinybundles-version>2.1.1</tinybundles-version>
         <tomcat-version>9.0.31</tomcat-version>
-        <weld3-version>3.0.5.Final</weld3-version>
-        <wsdl4j-version>1.6.3</wsdl4j-version>
         <woodstox-version>6.0.3</woodstox-version>
-        <xbean-spring-version>4.14</xbean-spring-version>
-        <xbean-asm5-shaded-version>4.5</xbean-asm5-shaded-version>
-        <xerces-version>2.12.0</xerces-version>
         <xmlunit-version>1.6</xmlunit-version>
 
         <!-- for symbolicName in OSGi examples we only want the artifactId, eg camel-example-sql -->