You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ma...@apache.org on 2022/03/31 00:29:31 UTC

[camel-karavan] branch mgubaidullin-patch-1 created (now dc8d4b1)

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

marat pushed a change to branch mgubaidullin-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git.


      at dc8d4b1  Update DependenciesDesigner.tsx

This branch includes the following new commits:

     new dc8d4b1  Update DependenciesDesigner.tsx

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[camel-karavan] 01/01: Update DependenciesDesigner.tsx

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

marat pushed a commit to branch mgubaidullin-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git

commit dc8d4b1bda9a58367e0d9a557149b29c10dc8d1d
Author: Marat Gubaidullin <ma...@gmail.com>
AuthorDate: Wed Mar 30 20:28:26 2022 -0400

    Update DependenciesDesigner.tsx
---
 karavan-designer/src/designer/dependencies/DependenciesDesigner.tsx | 1 -
 1 file changed, 1 deletion(-)

diff --git a/karavan-designer/src/designer/dependencies/DependenciesDesigner.tsx b/karavan-designer/src/designer/dependencies/DependenciesDesigner.tsx
index fc40f30..13d4ecc 100644
--- a/karavan-designer/src/designer/dependencies/DependenciesDesigner.tsx
+++ b/karavan-designer/src/designer/dependencies/DependenciesDesigner.tsx
@@ -26,7 +26,6 @@ import {CamelUtil} from "karavan-core/lib/api/CamelUtil";
 import {Integration, Dependency} from "karavan-core/lib/model/IntegrationDefinition";
 import {CamelDefinitionApiExt} from "karavan-core/lib/api/CamelDefinitionApiExt";
 import {DependencyCard} from "./DependencyCard";
-import {NamedBeanDefinition} from "../../../../karavan-core/lib/model/CamelDefinition";
 
 interface Props {
     onSave?: (integration: Integration, propertyOnly: boolean) => void