This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 02cfc11533bf317f03f1b170363ef949e2396b65
Author: Otavio Rodolfo Piske <opi...@redhat.com>
AuthorDate: Thu Dec 17 14:04:53 2020 +0100

    Removes invalid salesforce dependency
---
 tests/itests-hdfs/pom.xml | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/tests/itests-hdfs/pom.xml b/tests/itests-hdfs/pom.xml
index 4b17a07..b91f752 100644
--- a/tests/itests-hdfs/pom.xml
+++ b/tests/itests-hdfs/pom.xml
@@ -68,20 +68,5 @@
                 </exclusion>
             </exclusions>
         </dependency>
-
-        <!--
-        Why it is declared here: we declare it here because, apparently, it 
conflicts with the one used in
-        cometd and ends up causing the build to fail during the salesforce 
component build.
-        -->
-        <dependency>
-            <groupId>org.eclipse.jetty</groupId>
-            <artifactId>jetty-util</artifactId>
-            <version>${jetty9-version}</version>
-            <scope>test</scope>
-        </dependency>
-
     </dependencies>
-
-
-
 </project>
\ No newline at end of file

Reply via email to