Skip to content

Commit

Permalink
[resolves #2894] Remove support for camel-mqtt
Browse files Browse the repository at this point in the history
  • Loading branch information
tdiesler committed Oct 21, 2019
1 parent 16a29e4 commit 8d4bc76
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 230 deletions.
8 changes: 0 additions & 8 deletions docs/guide/components/camel-mqtt.adoc

This file was deleted.

2 changes: 0 additions & 2 deletions docs/guide/components/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,6 @@ include::camel-mongodb-gridfs.adoc[]

include::camel-mongodb.adoc[]

include::camel-mqtt.adoc[]

include::camel-msv.adoc[]

include::camel-mustache.adoc[]
Expand Down
17 changes: 0 additions & 17 deletions feature/modules/etc/smartics/camel-modules.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1963,23 +1963,6 @@
</dependencies>
</module>

<module name="org.apache.camel.component.mqtt">
<include artifact="org.apache.camel:camel-mqtt" />
<apply-to-dependencies skip="true">
<include module="org.apache.camel.apt" />
<include module="org.springframework.boot" />
</apply-to-dependencies>
<dependencies>
<module name="javax.api"/>
<module name="org.fusesource.hawtbuf" export="true"/>
<module name="org.fusesource.hawtdispatch" />
<module name="org.slf4j"/>
</dependencies>
<exports>
<exclude path="org/fusesource" />
</exports>
</module>

<module name="org.apache.camel.component.msv">
<include artifact="org.apache.camel:camel-msv"/>
<apply-to-dependencies skip="true">
Expand Down
10 changes: 0 additions & 10 deletions feature/modules/etc/smartics/other-modules.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2051,16 +2051,6 @@
</dependencies>
</module>

<module name="org.fusesource.mqtt">
<properties>
<property name="jboss.api" value="private"/>
</properties>
<include artifact="org.fusesource.mqtt-client:mqtt-client" />
<dependencies>
<module name="javax.api"/>
</dependencies>
</module>

<module name="org.gagravarr.vorbis">
<properties>
<property name="jboss.api" value="private"/>
Expand Down
4 changes: 0 additions & 4 deletions feature/modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -613,10 +613,6 @@
<groupId>org.apache.camel</groupId>
<artifactId>camel-mllp</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-mqtt</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-msv</artifactId>
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@
^org/eclipse/scada/utils(.*)
^org/ehcache(.*)
^org/elasticsearch(.*)
^org/fusesource/hawtbuf(.*)
^org/fusesource/hawtjni(.*)
^org/fusesource/leveldbjni(.*)
^org/fusesource/stomp(.*)
Expand Down

0 comments on commit 8d4bc76

Please sign in to comment.