-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to build files and dependencies
- Loading branch information
Showing
189 changed files
with
63 additions
and
9,143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,180 +1,152 @@ | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>net.sf.jasperreports</groupId> | ||
<artifactId>jasperreports-test</artifactId> | ||
<groupId>com.commander4j.middleware</groupId> | ||
<artifactId>middleware-test</artifactId> | ||
<version>1.0.0</version> | ||
<packaging>pom</packaging> | ||
<properties> | ||
<revision>7.0.0</revision> | ||
</properties> | ||
|
||
<!-- <repositories> | ||
<!-- <repositories> | ||
<repository> | ||
<id>com.install4j</id> | ||
<name>com.install4j</name> | ||
<url>https://maven.ej-technologies.com/repository/</url> | ||
</repository> | ||
</repositories> --> | ||
|
||
<dependencies> | ||
|
||
<!-- https://mvnrepository.com/artifact/commons-codec/commons-codec --> | ||
<dependency> | ||
<groupId>commons-codec</groupId> | ||
<artifactId>commons-codec</artifactId> | ||
<version>1.17.0</version> | ||
<groupId>commons-codec</groupId> | ||
<artifactId>commons-codec</artifactId> | ||
<version>1.17.0</version> | ||
</dependency> | ||
|
||
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-compress --> | ||
<dependency> | ||
<groupId>org.apache.commons</groupId> | ||
<artifactId>commons-compress</artifactId> | ||
<version>1.26.2</version> | ||
<groupId>org.apache.commons</groupId> | ||
<artifactId>commons-compress</artifactId> | ||
<version>1.26.2</version> | ||
</dependency> | ||
|
||
<!-- https://mvnrepository.com/artifact/commons-logging/commons-logging --> | ||
<dependency> | ||
<groupId>commons-logging</groupId> | ||
<artifactId>commons-logging</artifactId> | ||
<version>1.3.2</version> | ||
<groupId>commons-logging</groupId> | ||
<artifactId>commons-logging</artifactId> | ||
<version>1.3.2</version> | ||
</dependency> | ||
|
||
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-text --> | ||
<dependency> | ||
<groupId>org.apache.commons</groupId> | ||
<artifactId>commons-text</artifactId> | ||
<version>1.12.0</version> | ||
<groupId>org.apache.commons</groupId> | ||
<artifactId>commons-text</artifactId> | ||
<version>1.12.0</version> | ||
</dependency> | ||
|
||
<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-api --> | ||
<dependency> | ||
<groupId>org.apache.logging.log4j</groupId> | ||
<artifactId>log4j-api</artifactId> | ||
<version>2.23.1</version> | ||
</dependency> | ||
|
||
<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core --> | ||
<dependency> | ||
<groupId>org.apache.logging.log4j</groupId> | ||
<artifactId>log4j-core</artifactId> | ||
<version>2.23.1</version> | ||
<groupId>org.apache.logging.log4j</groupId> | ||
<artifactId>log4j-core</artifactId> | ||
<version>2.23.1</version> | ||
</dependency> | ||
|
||
<!-- https://mvnrepository.com/artifact/org.eclipse.angus/angus-mail --> | ||
<dependency> | ||
<groupId>org.eclipse.angus</groupId> | ||
<artifactId>angus-mail</artifactId> | ||
<version>2.0.3</version> | ||
</dependency> | ||
|
||
<!-- https://mvnrepository.com/artifact/org.eclipse.angus/angus-activation --> | ||
<dependency> | ||
<groupId>org.eclipse.angus</groupId> | ||
<artifactId>angus-activation</artifactId> | ||
<version>2.0.2</version> | ||
<groupId>org.eclipse.angus</groupId> | ||
<artifactId>angus-activation</artifactId> | ||
<version>2.0.2</version> | ||
</dependency> | ||
|
||
<!-- https://mvnrepository.com/artifact/jakarta.activation/jakarta.activation-api --> | ||
<dependency> | ||
<groupId>jakarta.activation</groupId> | ||
<artifactId>jakarta.activation-api</artifactId> | ||
<version>2.1.3</version> | ||
<groupId>jakarta.activation</groupId> | ||
<artifactId>jakarta.activation-api</artifactId> | ||
<version>2.1.3</version> | ||
</dependency> | ||
|
||
<!-- https://mvnrepository.com/artifact/jakarta.mail/jakarta.mail-api --> | ||
<dependency> | ||
<groupId>jakarta.mail</groupId> | ||
<artifactId>jakarta.mail-api</artifactId> | ||
<version>2.1.3</version> | ||
<groupId>jakarta.mail</groupId> | ||
<artifactId>jakarta.mail-api</artifactId> | ||
<version>2.1.3</version> | ||
</dependency> | ||
|
||
<!-- https://mvnrepository.com/artifact/org.eclipse.paho/org.eclipse.paho.client.mqttv3 --> | ||
<dependency> | ||
<groupId>org.eclipse.paho</groupId> | ||
<artifactId>org.eclipse.paho.client.mqttv3</artifactId> | ||
<version>1.2.5</version> | ||
<groupId>org.eclipse.paho</groupId> | ||
<artifactId>org.eclipse.paho.client.mqttv3</artifactId> | ||
<version>1.2.5</version> | ||
</dependency> | ||
|
||
<!-- https://mvnrepository.com/artifact/org.apache.poi/poi --> | ||
<dependency> | ||
<groupId>org.apache.poi</groupId> | ||
<artifactId>poi</artifactId> | ||
<version>5.2.5</version> | ||
<groupId>org.apache.poi</groupId> | ||
<artifactId>poi</artifactId> | ||
<version>5.2.5</version> | ||
</dependency> | ||
|
||
<!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml --> | ||
<dependency> | ||
<groupId>org.apache.poi</groupId> | ||
<artifactId>poi-ooxml</artifactId> | ||
<version>5.2.5</version> | ||
<groupId>org.apache.poi</groupId> | ||
<artifactId>poi-ooxml</artifactId> | ||
<version>5.2.5</version> | ||
</dependency> | ||
|
||
<!-- https://mvnrepository.com/artifact/org.apache.poi/poi-excelant --> | ||
<dependency> | ||
<groupId>org.apache.poi</groupId> | ||
<artifactId>poi-excelant</artifactId> | ||
<version>5.2.5</version> | ||
<groupId>org.apache.poi</groupId> | ||
<artifactId>poi-excelant</artifactId> | ||
<version>5.2.5</version> | ||
</dependency> | ||
|
||
<!-- https://mvnrepository.com/artifact/org.apache.poi/poi-scratchpad --> | ||
<dependency> | ||
<groupId>org.apache.poi</groupId> | ||
<artifactId>poi-scratchpad</artifactId> | ||
<version>5.2.5</version> | ||
<groupId>org.apache.poi</groupId> | ||
<artifactId>poi-scratchpad</artifactId> | ||
<version>5.2.5</version> | ||
</dependency> | ||
|
||
<!-- https://mvnrepository.com/artifact/com.opencsv/opencsv --> | ||
<dependency> | ||
<groupId>com.opencsv</groupId> | ||
<artifactId>opencsv</artifactId> | ||
<version>5.9</version> | ||
</dependency> | ||
|
||
<!-- https://mvnrepository.com/artifact/net.sf.saxon/Saxon-HE --> | ||
<dependency> | ||
<groupId>net.sf.saxon</groupId> | ||
<artifactId>Saxon-HE</artifactId> | ||
<version>12.4</version> | ||
<groupId>net.sf.saxon</groupId> | ||
<artifactId>Saxon-HE</artifactId> | ||
<version>12.4</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>net.sf.saxon</groupId> | ||
<artifactId>Saxon-HE</artifactId> | ||
<version>12.4</version> | ||
<classifier>xqj</classifier> | ||
<groupId>net.sf.saxon</groupId> | ||
<artifactId>Saxon-HE</artifactId> | ||
<version>12.4</version> | ||
<classifier>xqj</classifier> | ||
</dependency> | ||
|
||
<!-- https://mvnrepository.com/artifact/jline/jline --> | ||
<dependency> | ||
<groupId>jline</groupId> | ||
<artifactId>jline</artifactId> | ||
<version>2.14.6</version> | ||
<groupId>jline</groupId> | ||
<artifactId>jline</artifactId> | ||
<version>2.14.6</version> | ||
</dependency> | ||
|
||
<!-- https://mvnrepository.com/artifact/org.apache.pdfbox/pdfbox --> | ||
<dependency> | ||
<groupId>org.apache.pdfbox</groupId> | ||
<artifactId>pdfbox</artifactId> | ||
<version>2.0.31</version> | ||
<groupId>org.apache.pdfbox</groupId> | ||
<artifactId>pdfbox</artifactId> | ||
<version>2.0.31</version> | ||
</dependency> | ||
|
||
<!-- https://mvnrepository.com/artifact/org.apache.pdfbox/fontbox --> | ||
<dependency> | ||
<groupId>org.apache.pdfbox</groupId> | ||
<artifactId>fontbox</artifactId> | ||
<version>2.0.31</version> | ||
<groupId>org.apache.pdfbox</groupId> | ||
<artifactId>fontbox</artifactId> | ||
<version>2.0.31</version> | ||
</dependency> | ||
|
||
<!-- https://mvnrepository.com/artifact/com.install4j/install4j-runtime --> | ||
<!-- <dependency> | ||
<!-- <dependency> | ||
<groupId>com.install4j</groupId> | ||
<artifactId>install4j-runtime</artifactId> | ||
<version>10.0.8</version> | ||
<scope>provided</scope> | ||
</dependency> --> | ||
|
||
</dependencies> | ||
|
||
|
||
</project> |
Binary file added
BIN
+7.21 KB
b6Middleware/bin/ABSTRACT/com/commander4j/Connector/InboundConnectorABSTRACT.class
Binary file not shown.
Binary file added
BIN
+6.15 KB
b6Middleware/bin/ABSTRACT/com/commander4j/Connector/OutboundConnectorABSTRACT.class
Binary file not shown.
Binary file added
BIN
+8.71 KB
b6Middleware/bin/ABSTRACT/com/commander4j/Interface/InboundInterfaceABSTRACT.class
Binary file not shown.
Binary file added
BIN
+13 KB
b6Middleware/bin/ABSTRACT/com/commander4j/Interface/OutboundInterfaceABSTRACT.class
Binary file not shown.
Binary file added
BIN
+1.43 KB
b6Middleware/bin/INTERFACE/com/commander4j/Connector/InboundConnectorINTERFACE.class
Binary file not shown.
Binary file added
BIN
+825 Bytes
b6Middleware/bin/INTERFACE/com/commander4j/Connector/OutboundConnectorINTERFACE.class
Binary file not shown.
Binary file added
BIN
+710 Bytes
b6Middleware/bin/INTERFACE/com/commander4j/Interface/InboundInterfaceINTERFACE.class
Binary file not shown.
Binary file added
BIN
+631 Bytes
b6Middleware/bin/INTERFACE/com/commander4j/Interface/OutboundInterfaceINTERFACE.class
Binary file not shown.
Binary file added
BIN
+8.31 KB
b6Middleware/bin/com/commander4j/Connector/Inbound/InboundConnectorASCII.class
Binary file not shown.
Binary file added
BIN
+7.93 KB
b6Middleware/bin/com/commander4j/Connector/Inbound/InboundConnectorCSV.class
Binary file not shown.
Binary file added
BIN
+3.62 KB
b6Middleware/bin/com/commander4j/Connector/Inbound/InboundConnectorEmail.class
Binary file not shown.
Binary file added
BIN
+10.6 KB
b6Middleware/bin/com/commander4j/Connector/Inbound/InboundConnectorExcel.class
Binary file not shown.
Binary file added
BIN
+6.27 KB
b6Middleware/bin/com/commander4j/Connector/Inbound/InboundConnectorIDOC.class
Binary file not shown.
Binary file added
BIN
+3.46 KB
b6Middleware/bin/com/commander4j/Connector/Inbound/InboundConnectorPDF_PRINT.class
Binary file not shown.
Binary file added
BIN
+3.41 KB
b6Middleware/bin/com/commander4j/Connector/Inbound/InboundConnectorRAW.class
Binary file not shown.
Binary file added
BIN
+4.27 KB
b6Middleware/bin/com/commander4j/Connector/Inbound/InboundConnectorXML.class
Binary file not shown.
Binary file added
BIN
+7.17 KB
b6Middleware/bin/com/commander4j/Connector/Outbound/OutboundConnectorASCII.class
Binary file not shown.
Binary file added
BIN
+6.61 KB
b6Middleware/bin/com/commander4j/Connector/Outbound/OutboundConnectorCSV.class
Binary file not shown.
Binary file added
BIN
+3.93 KB
b6Middleware/bin/com/commander4j/Connector/Outbound/OutboundConnectorEmail.class
Binary file not shown.
Binary file added
BIN
+13.1 KB
b6Middleware/bin/com/commander4j/Connector/Outbound/OutboundConnectorExcel.class
Binary file not shown.
Binary file added
BIN
+937 Bytes
b6Middleware/bin/com/commander4j/Connector/Outbound/OutboundConnectorIDOC.class
Binary file not shown.
Binary file added
BIN
+6.06 KB
b6Middleware/bin/com/commander4j/Connector/Outbound/OutboundConnectorMQTT.class
Binary file not shown.
Binary file added
BIN
+5.99 KB
b6Middleware/bin/com/commander4j/Connector/Outbound/OutboundConnectorPDF_PRINT.class
Binary file not shown.
Binary file added
BIN
+4.09 KB
b6Middleware/bin/com/commander4j/Connector/Outbound/OutboundConnectorRAW.class
Binary file not shown.
Binary file added
BIN
+5.5 KB
b6Middleware/bin/com/commander4j/Connector/Outbound/OutboundConnectorSOCKET.class
Binary file not shown.
Binary file added
BIN
+4.63 KB
b6Middleware/bin/com/commander4j/Connector/Outbound/OutboundConnectorXML.class
Binary file not shown.
Binary file added
BIN
+9.07 KB
b6Middleware/bin/com/commander4j/Interface/Inbound/InboundInterface.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+6.84 KB
b6Middleware/bin/com/commander4j/Interface/Outbound/OutboundInterface.class
Binary file not shown.
Binary file added
BIN
+2.87 KB
b6Middleware/bin/com/commander4j/Transformation/ISO_Date_to_date_DDMMYYYY$1.class
Binary file not shown.
Binary file added
BIN
+1.46 KB
b6Middleware/bin/com/commander4j/Transformation/ISO_Date_to_date_DDMMYYYY.class
Binary file not shown.
Binary file added
BIN
+2.95 KB
b6Middleware/bin/com/commander4j/Transformation/ISO_Date_to_date_DD_MM_YYYY_HH_MM_SS$1.class
Binary file not shown.
Binary file added
BIN
+1.52 KB
b6Middleware/bin/com/commander4j/Transformation/ISO_Date_to_date_DD_MM_YYYY_HH_MM_SS.class
Binary file not shown.
Binary file added
BIN
+2.86 KB
b6Middleware/bin/com/commander4j/Transformation/ISO_Date_to_date_MMYYYY$1.class
Binary file not shown.
Binary file added
BIN
+1.45 KB
b6Middleware/bin/com/commander4j/Transformation/ISO_Date_to_date_MMYYYY.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+2.77 KB
b6Middleware/bin/com/commander4j/Transformation/date_DDMMYYYY_to_ISO_Date$1.class
Binary file not shown.
Binary file added
BIN
+1.46 KB
b6Middleware/bin/com/commander4j/Transformation/date_DDMMYYYY_to_ISO_Date.class
Binary file not shown.
Binary file added
BIN
+2.78 KB
b6Middleware/bin/com/commander4j/Transformation/date_DD_MMM_YY_to_ISO_Date$1.class
Binary file not shown.
Binary file added
BIN
+1.46 KB
b6Middleware/bin/com/commander4j/Transformation/date_DD_MMM_YY_to_ISO_Date.class
Binary file not shown.
Binary file added
BIN
+2.81 KB
b6Middleware/bin/com/commander4j/Transformation/date_DD_MM_YY_HH_MM_SS_to_ISO_Date$1.class
Binary file not shown.
Binary file added
BIN
+1.51 KB
b6Middleware/bin/com/commander4j/Transformation/date_DD_MM_YY_HH_MM_SS_to_ISO_Date.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+1.58 KB
b6Middleware/bin/com/commander4j/Transformation/getISODateTimeFilenameString$1.class
Binary file not shown.
Binary file added
BIN
+1.93 KB
b6Middleware/bin/com/commander4j/Transformation/getISODateTimeFilenameString.class
Binary file not shown.
Binary file added
BIN
+2.6 KB
b6Middleware/bin/com/commander4j/Transformation/getISODateTimeString$1.class
Binary file not shown.
Binary file added
BIN
+1.77 KB
b6Middleware/bin/com/commander4j/Transformation/getISODateTimeString.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+2.42 KB
b6Middleware/bin/com/commander4j/Transformation/padStringLeft$1.class
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+2.43 KB
b6Middleware/bin/com/commander4j/Transformation/padStringRight$1.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+1.79 KB
b6Middleware/bin/com/commander4j/Transformation/removeLeadingZeros$1.class
Binary file not shown.
Binary file added
BIN
+1.42 KB
b6Middleware/bin/com/commander4j/Transformation/removeLeadingZeros.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+500 Bytes
b6Middleware/bin/com/commander4j/exception/OutboundPrinterQueueException.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+1.36 KB
b6Middleware/bin/com/commander4j/mw/StartService$AddShutdownHookSample$1.class
Binary file not shown.
Binary file added
BIN
+1.22 KB
b6Middleware/bin/com/commander4j/mw/StartService$AddShutdownHookSample.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.