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

Commit 181db01

Browse files
gciavarrinieloycoto
authored andcommitted
FLPATH-431: Delete Tibco
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 <gciavarrini@redhat.com>
1 parent a3d3593 commit 181db01

File tree

11 files changed

+0
-455
lines changed

11 files changed

+0
-455
lines changed

external-dependencies/download-tibco.sh

Lines changed: 0 additions & 10 deletions
This file was deleted.

external-dependencies/pom.xml

Lines changed: 0 additions & 55 deletions
This file was deleted.

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
<modules>
6868
<module>workflow-engine</module>
6969
<module>parodos-model-api</module>
70-
<module>external-dependencies</module>
7170
<module>notification-service</module>
7271
<module>notification-service-sdk</module>
7372
<module>prebuilt-tasks</module>

prebuilt-tasks/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@
3131
</repositories>
3232

3333
<dependencies>
34-
<dependency>
35-
<groupId>dev.parodos</groupId>
36-
<artifactId>external-dependencies</artifactId>
37-
<version>${revision}</version>
38-
</dependency>
3934
<dependency>
4035
<groupId>org.projectlombok</groupId>
4136
<artifactId>lombok</artifactId>
@@ -50,11 +45,6 @@
5045
<groupId>jakarta.jms</groupId>
5146
<artifactId>jakarta.jms-api</artifactId>
5247
</dependency>
53-
<dependency>
54-
<groupId>com.tibco</groupId>
55-
<artifactId>tibjms</artifactId>
56-
<version>10.2</version>
57-
</dependency>
5848
<dependency>
5949
<groupId>com.atlassian.jira</groupId>
6050
<artifactId>jira-rest-java-client-core</artifactId>

prebuilt-tasks/src/main/java/com/redhat/parodos/tasks/tibco/TibcoWorkFlowTask.java

Lines changed: 0 additions & 74 deletions
This file was deleted.

prebuilt-tasks/src/main/java/com/redhat/parodos/tasks/tibco/Tibjms.java

Lines changed: 0 additions & 8 deletions
This file was deleted.

prebuilt-tasks/src/main/java/com/redhat/parodos/tasks/tibco/TibjmsImpl.java

Lines changed: 0 additions & 30 deletions
This file was deleted.

prebuilt-tasks/src/test/java/com/redhat/parodos/tasks/tibco/TibcoWorkFlowTaskTest.java

Lines changed: 0 additions & 93 deletions
This file was deleted.

workflow-examples/README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ Parallel workflows.
2323
This package shows how to work with WorkflowTasks that create a manual process that needs to be monitored before further
2424
WorkFlowTasks can be created. In this project WorkflowCheckers and other related concepts are created and configured.
2525

26-
### TIBCO
27-
28-
A workflow configuration that demonstrates use of TibcoWorkflowTask
29-
3026
## Compiling The Code
3127

3228
To get the Parodos dependencies you will need to run a maven install from the **root** of the project folder. This will
@@ -379,12 +375,6 @@ Rollback workflow is a type of workflow that will be triggered once the main wor
379375
```
380376
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.
381377

382-
383-
### TIBCO workflow
384-
385-
'TibcoWorkFlowConfiguration.java' is the workflow code. You'll find details inside the file.
386-
Use the script 'run_tibco.sh' to execute the workflow.
387-
388378
#### A Note On Defining WorkflowTasks for Usage In A Workflow
389379

390380
***Creating a Single Instance Of The Same Workflow Tasks***

0 commit comments

Comments
 (0)