Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
FLPATH-431: Delete Tibco
Browse files Browse the repository at this point in the history
At the moment isn't possible to get Tibco dependency from Maven Central.

To quick fix https://issues.redhat.com/browse/FLPATH-431 this commit
deletes dependency and code related to Tibco.

Once we'll find a solution, this commit can be reverted.

Signed-off-by: Gloria Ciavarrini <[email protected]>
  • Loading branch information
gciavarrini authored and eloycoto committed Jun 9, 2023
1 parent a3d3593 commit 181db01
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 455 deletions.
10 changes: 0 additions & 10 deletions external-dependencies/download-tibco.sh

This file was deleted.

55 changes: 0 additions & 55 deletions external-dependencies/pom.xml

This file was deleted.

1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
<modules>
<module>workflow-engine</module>
<module>parodos-model-api</module>
<module>external-dependencies</module>
<module>notification-service</module>
<module>notification-service-sdk</module>
<module>prebuilt-tasks</module>
Expand Down
10 changes: 0 additions & 10 deletions prebuilt-tasks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@
</repositories>

<dependencies>
<dependency>
<groupId>dev.parodos</groupId>
<artifactId>external-dependencies</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
Expand All @@ -50,11 +45,6 @@
<groupId>jakarta.jms</groupId>
<artifactId>jakarta.jms-api</artifactId>
</dependency>
<dependency>
<groupId>com.tibco</groupId>
<artifactId>tibjms</artifactId>
<version>10.2</version>
</dependency>
<dependency>
<groupId>com.atlassian.jira</groupId>
<artifactId>jira-rest-java-client-core</artifactId>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions workflow-examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ Parallel workflows.
This package shows how to work with WorkflowTasks that create a manual process that needs to be monitored before further
WorkFlowTasks can be created. In this project WorkflowCheckers and other related concepts are created and configured.

### TIBCO

A workflow configuration that demonstrates use of TibcoWorkflowTask

## Compiling The Code

To get the Parodos dependencies you will need to run a maven install from the **root** of the project folder. This will
Expand Down Expand Up @@ -379,12 +375,6 @@ Rollback workflow is a type of workflow that will be triggered once the main wor
```
The property `rollbackWorkflow` in `@Infrastructure` can be removed in order to remove the rollback workflow. By default, there will be no rollback for any workflows.


### TIBCO workflow

'TibcoWorkFlowConfiguration.java' is the workflow code. You'll find details inside the file.
Use the script 'run_tibco.sh' to execute the workflow.

#### A Note On Defining WorkflowTasks for Usage In A Workflow

***Creating a Single Instance Of The Same Workflow Tasks***
Expand Down
Loading

0 comments on commit 181db01

Please sign in to comment.