Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
Update in the minimal required dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
HetBenkt committed Jul 30, 2019
1 parent 0ee3792 commit 4971f3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -23,7 +23,7 @@ The 'FX' postfix in the title makes it clear we use the new JavaFX technology to
* A Java Runtime Environment (JRE) (e.g. [OpenJDK Runtime Environment 18.9 (build 11.0.1+13)](https://jdk.java.net/))
* JavaFX libraries (as they are not included in OpenJDK!). Downloadable fom [JavaFX SDK](https://gluonhq.com/products/javafx/)
* A runnable OpenText Documentum environment that can be pinged by hostname or IP-address from the machine where this application will be executed
* DFC libraries. These can be downloaded from [OpenText My Support](https://mysupport.opentext.com)
* DFC and BPM/PE libraries. These can be downloaded from [OpenText My Support](https://mysupport.opentext.com)

### How to run the application:
1. Download the latest [release](https://github.com/HetBenkt/DQL-Tester-FX/releases) to the local drive from
Expand All @@ -35,7 +35,7 @@ The 'FX' postfix in the title makes it clear we use the new JavaFX technology to
* cryptoj.jar
* dfc.jar
* log4j.jar
* jaxb-api.jar
* bpm_infra.jar (BPM / Process Engine)
4. Copy the following jar files in this `lib` directory from the download locations
* [json-20180813.jar](http://central.maven.org/maven2/org/json/json/20180813/json-20180813.jar)
* [richtextfx-fat-0.10.1.jar](https://github.com/FXMisc/RichTextFX/releases/download/v0.10.1/richtextfx-fat-0.10.1.jar)
Expand Down
20 changes: 0 additions & 20 deletions pom.xml
Expand Up @@ -115,32 +115,12 @@
<version>16.4.0000.0185</version>
</dependency>
<!-- BPM -->
<dependency>
<groupId>com.emc.xcp</groupId>
<artifactId>bpm-commons</artifactId>
<version>2.2.0000.2642</version>
</dependency>
<dependency>
<groupId>com.emc.xcp</groupId>
<artifactId>bpm_infra</artifactId>
<version>2.2.0000.2642</version>
</dependency>
<dependency>
<groupId>com.emc.xcp</groupId>
<artifactId>bpmutil</artifactId>
<version>2.2.0000.2642</version>
</dependency>
<dependency>
<groupId>com.emc.xcp</groupId>
<artifactId>processengine</artifactId>
<version>2.2.0000.2642</version>
</dependency>

<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.0</version>
</dependency>
<dependency>
<groupId>org.fxmisc.richtext</groupId>
<artifactId>richtextfx</artifactId>
Expand Down

0 comments on commit 4971f3d

Please sign in to comment.