Skip to content

Commit

Permalink
Set version 17.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hdsdi3g committed Jun 15, 2023
1 parent 517e77d commit 46b974d
Show file tree
Hide file tree
Showing 28 changed files with 56 additions and 52 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# All ProdLib projects upgrades

## 17.0.1

Bug fix: correct old Watchfolders notification messages #138

## 17.0.0

Remove all log4j calls and replace it by slf4j and logback, adapt code for this #135
Expand Down
2 changes: 1 addition & 1 deletion app-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>tv.hd3g.commons</groupId>
<artifactId>parent-web</artifactId>
<version>17.0.1-SNAPSHOT</version>
<version>17.0.1</version>
<relativePath>../parent-web/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>tv.hd3g.commons</groupId>
<artifactId>parent</artifactId>
<version>17.0.1-SNAPSHOT</version>
<version>17.0.1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions authkit/THIRD-PARTY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ Lists of 172 third-party dependencies.
(The Apache Software License, Version 2.0) unbescape (org.unbescape:unbescape:1.1.6.RELEASE - http://www.unbescape.org)
(The Apache Software License, Version 2.0) org.xmlunit:xmlunit-core (org.xmlunit:xmlunit-core:2.9.1 - https://www.xmlunit.org/)
(Apache License, Version 2.0) SnakeYAML (org.yaml:snakeyaml:1.33 - https://bitbucket.org/snakeyaml/snakeyaml)
(GNU Lesser General Public License, Version 3) SelfAutoRESTDoc (tv.hd3g:selfautorestdoc:17.0.0 - https://github.com/hdsdi3g/prodlib)
(GNU Lesser General Public License, Version 3) SelfAutoRESTDoc (tv.hd3g:selfautorestdoc:17.0.1 - https://github.com/hdsdi3g/prodlib)
(GNU Lesser General Public License, Version 3) CodePolicyValidation (tv.hd3g.commons:codepolicyvalidation:3.0.0 - https://github.com/hdsdi3g/codepolicyvalidation)
(GNU Lesser General Public License, Version 3) Commons Interfaces (tv.hd3g.commons:interfaces:17.0.0 - https://github.com/hdsdi3g/prodlib)
(GNU Lesser General Public License, Version 3) Commons Interfaces (tv.hd3g.commons:interfaces:17.0.1 - https://github.com/hdsdi3g/prodlib)
(The Apache Software License, Version 2.0) (The SAX License) (The W3C License) XML Commons External Components XML APIs (xml-apis:xml-apis:1.4.01 - http://xml.apache.org/commons/components/external/)
(The Apache Software License, Version 2.0) XML Commons External Components XML APIs Extensions (xml-apis:xml-apis-ext:1.3.04 - http://xml.apache.org/commons/components/external/)
(The GNU Lesser General Public License, Version 2.1) XOM (xom:xom:1.3.8 - https://xom.nu)
6 changes: 3 additions & 3 deletions authkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@
<parent>
<groupId>tv.hd3g.commons</groupId>
<artifactId>parent-web</artifactId>
<version>17.0.1-SNAPSHOT</version>
<version>17.0.1</version>
<relativePath>../parent-web/pom.xml</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>tv.hd3g.commons</groupId>
<artifactId>interfaces</artifactId>
<version>17.0.1-SNAPSHOT</version>
<version>17.0.1</version>
</dependency>
<dependency>
<groupId>tv.hd3g</groupId>
<artifactId>selfautorestdoc</artifactId>
<version>17.0.1-SNAPSHOT</version>
<version>17.0.1</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion csvkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>tv.hd3g.commons</groupId>
<artifactId>starter</artifactId>
<version>17.0.1-SNAPSHOT</version>
<version>17.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion env-version/THIRD-PARTY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ Lists of 84 third-party dependencies.
(The Apache Software License, Version 2.0) org.xmlunit:xmlunit-core (org.xmlunit:xmlunit-core:2.9.1 - https://www.xmlunit.org/)
(Apache License, Version 2.0) SnakeYAML (org.yaml:snakeyaml:1.33 - https://bitbucket.org/snakeyaml/snakeyaml)
(GNU Lesser General Public License, Version 3) CodePolicyValidation (tv.hd3g.commons:codepolicyvalidation:3.0.0 - https://github.com/hdsdi3g/codepolicyvalidation)
(GNU Lesser General Public License, Version 3) Commons Interfaces (tv.hd3g.commons:interfaces:17.0.0 - https://github.com/hdsdi3g/prodlib)
(GNU Lesser General Public License, Version 3) Commons Interfaces (tv.hd3g.commons:interfaces:17.0.1 - https://github.com/hdsdi3g/prodlib)
4 changes: 2 additions & 2 deletions env-version/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
<parent>
<groupId>tv.hd3g.commons</groupId>
<artifactId>parent</artifactId>
<version>17.0.1-SNAPSHOT</version>
<version>17.0.1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>tv.hd3g.commons</groupId>
<artifactId>interfaces</artifactId>
<version>17.0.1-SNAPSHOT</version>
<version>17.0.1</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion env-version/src/main/resources/prodlib-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17.0.1-SNAPSHOT
17.0.1
2 changes: 1 addition & 1 deletion interfaces/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>tv.hd3g.commons</groupId>
<artifactId>starter</artifactId>
<version>17.0.1-SNAPSHOT</version>
<version>17.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
</project>
2 changes: 1 addition & 1 deletion jobkit/engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>tv.hd3g</groupId>
<artifactId>jobkit-starter</artifactId>
<version>17.0.1-SNAPSHOT</version>
<version>17.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jobkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>tv.hd3g.commons</groupId>
<artifactId>starter</artifactId>
<version>17.0.1-SNAPSHOT</version>
<version>17.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions jobkit/springboot-service/THIRD-PARTY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ Lists of 95 third-party dependencies.
(Apache License, Version 2.0) spring-boot-test-autoconfigure (org.springframework.boot:spring-boot-test-autoconfigure:3.1.0 - https://spring.io/projects/spring-boot)
(The Apache Software License, Version 2.0) org.xmlunit:xmlunit-core (org.xmlunit:xmlunit-core:2.9.1 - https://www.xmlunit.org/)
(Apache License, Version 2.0) SnakeYAML (org.yaml:snakeyaml:1.33 - https://bitbucket.org/snakeyaml/snakeyaml)
(GNU Lesser General Public License, Version 3) JobKit Engine (tv.hd3g:jobkit-engine:17.0.0 - https://github.com/hdsdi3g/prodlib)
(GNU Lesser General Public License, Version 3) JobKit Engine (tv.hd3g:jobkit-engine:17.0.1 - https://github.com/hdsdi3g/prodlib)
(GNU Lesser General Public License, Version 3) CodePolicyValidation (tv.hd3g.commons:codepolicyvalidation:3.0.0 - https://github.com/hdsdi3g/codepolicyvalidation)
(GNU Lesser General Public License, Version 3) Commons Interfaces (tv.hd3g.commons:interfaces:17.0.0 - https://github.com/hdsdi3g/prodlib)
(GNU Lesser General Public License, Version 3) Commons Interfaces (tv.hd3g.commons:interfaces:17.0.1 - https://github.com/hdsdi3g/prodlib)
6 changes: 3 additions & 3 deletions jobkit/springboot-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@
<parent>
<groupId>tv.hd3g</groupId>
<artifactId>jobkit-starter</artifactId>
<version>17.0.1-SNAPSHOT</version>
<version>17.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>tv.hd3g</groupId>
<artifactId>jobkit-engine</artifactId>
<version>17.0.1-SNAPSHOT</version>
<version>17.0.1</version>
</dependency>
<dependency>
<groupId>tv.hd3g.commons</groupId>
<artifactId>interfaces</artifactId>
<version>17.0.1-SNAPSHOT</version>
<version>17.0.1</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
10 changes: 5 additions & 5 deletions jobkit/watchfolder-jpa/THIRD-PARTY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ Lists of 136 third-party dependencies.
(Public Domain) XZ for Java (org.tukaani:xz:1.8 - https://tukaani.org/xz/java.html)
(The Apache Software License, Version 2.0) org.xmlunit:xmlunit-core (org.xmlunit:xmlunit-core:2.9.1 - https://www.xmlunit.org/)
(Apache License, Version 2.0) SnakeYAML (org.yaml:snakeyaml:1.33 - https://bitbucket.org/snakeyaml/snakeyaml)
(GNU Lesser General Public License, Version 3) Jobkit SpringBoot module (tv.hd3g:jobkit:17.0.0 - https://github.com/hdsdi3g/prodlib)
(GNU Lesser General Public License, Version 3) JobKit Engine (tv.hd3g:jobkit-engine:17.0.0 - https://github.com/hdsdi3g/prodlib)
(GNU Lesser General Public License, Version 3) JobKit Watchfolder (tv.hd3g:jobkit-watchfolder:17.0.0 - https://github.com/hdsdi3g/prodlib)
(GNU Lesser General Public License, Version 3) TransfertFiles (tv.hd3g:transfertfiles:17.0.0 - https://github.com/hdsdi3g/prodlib)
(GNU Lesser General Public License, Version 3) Jobkit SpringBoot module (tv.hd3g:jobkit:17.0.1 - https://github.com/hdsdi3g/prodlib)
(GNU Lesser General Public License, Version 3) JobKit Engine (tv.hd3g:jobkit-engine:17.0.1 - https://github.com/hdsdi3g/prodlib)
(GNU Lesser General Public License, Version 3) JobKit Watchfolder (tv.hd3g:jobkit-watchfolder:17.0.1 - https://github.com/hdsdi3g/prodlib)
(GNU Lesser General Public License, Version 3) TransfertFiles (tv.hd3g:transfertfiles:17.0.1 - https://github.com/hdsdi3g/prodlib)
(GNU Lesser General Public License, Version 3) CodePolicyValidation (tv.hd3g.commons:codepolicyvalidation:3.0.0 - https://github.com/hdsdi3g/codepolicyvalidation)
(GNU Lesser General Public License, Version 3) Commons Interfaces (tv.hd3g.commons:interfaces:17.0.0 - https://github.com/hdsdi3g/prodlib)
(GNU Lesser General Public License, Version 3) Commons Interfaces (tv.hd3g.commons:interfaces:17.0.1 - https://github.com/hdsdi3g/prodlib)
6 changes: 3 additions & 3 deletions jobkit/watchfolder-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@
<parent>
<groupId>tv.hd3g</groupId>
<artifactId>jobkit-starter</artifactId>
<version>17.0.1-SNAPSHOT</version>
<version>17.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>tv.hd3g</groupId>
<artifactId>jobkit</artifactId>
<version>17.0.1-SNAPSHOT</version>
<version>17.0.1</version>
</dependency>
<dependency>
<groupId>tv.hd3g</groupId>
<artifactId>jobkit-watchfolder</artifactId>
<version>17.0.1-SNAPSHOT</version>
<version>17.0.1</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
6 changes: 3 additions & 3 deletions jobkit/watchfolder/THIRD-PARTY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Lists of 61 third-party dependencies.
(The MIT License) Project Lombok (org.projectlombok:lombok:1.18.26 - https://projectlombok.org)
(MIT License) SLF4J API Module (org.slf4j:slf4j-api:2.0.7 - http://www.slf4j.org)
(Public Domain) XZ for Java (org.tukaani:xz:1.8 - https://tukaani.org/xz/java.html)
(GNU Lesser General Public License, Version 3) JobKit Engine (tv.hd3g:jobkit-engine:17.0.0 - https://github.com/hdsdi3g/prodlib)
(GNU Lesser General Public License, Version 3) TransfertFiles (tv.hd3g:transfertfiles:17.0.0 - https://github.com/hdsdi3g/prodlib)
(GNU Lesser General Public License, Version 3) JobKit Engine (tv.hd3g:jobkit-engine:17.0.1 - https://github.com/hdsdi3g/prodlib)
(GNU Lesser General Public License, Version 3) TransfertFiles (tv.hd3g:transfertfiles:17.0.1 - https://github.com/hdsdi3g/prodlib)
(GNU Lesser General Public License, Version 3) CodePolicyValidation (tv.hd3g.commons:codepolicyvalidation:3.0.0 - https://github.com/hdsdi3g/codepolicyvalidation)
(GNU Lesser General Public License, Version 3) Commons Interfaces (tv.hd3g.commons:interfaces:17.0.0 - https://github.com/hdsdi3g/prodlib)
(GNU Lesser General Public License, Version 3) Commons Interfaces (tv.hd3g.commons:interfaces:17.0.1 - https://github.com/hdsdi3g/prodlib)
6 changes: 3 additions & 3 deletions jobkit/watchfolder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@
<parent>
<groupId>tv.hd3g</groupId>
<artifactId>jobkit-starter</artifactId>
<version>17.0.1-SNAPSHOT</version>
<version>17.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>tv.hd3g</groupId>
<artifactId>transfertfiles</artifactId>
<version>17.0.1-SNAPSHOT</version>
<version>17.0.1</version>
</dependency>
<dependency>
<groupId>tv.hd3g</groupId>
<artifactId>jobkit-engine</artifactId>
<version>17.0.1-SNAPSHOT</version>
<version>17.0.1</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jsconfig/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>tv.hd3g.commons</groupId>
<artifactId>parent</artifactId>
<version>17.0.1-SNAPSHOT</version>
<version>17.0.1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
8 changes: 4 additions & 4 deletions mailkit/THIRD-PARTY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ Lists of 119 third-party dependencies.
(The Apache Software License, Version 2.0) unbescape (org.unbescape:unbescape:1.1.6.RELEASE - http://www.unbescape.org)
(The Apache Software License, Version 2.0) org.xmlunit:xmlunit-core (org.xmlunit:xmlunit-core:2.9.1 - https://www.xmlunit.org/)
(Apache License, Version 2.0) SnakeYAML (org.yaml:snakeyaml:1.33 - https://bitbucket.org/snakeyaml/snakeyaml)
(GNU Lesser General Public License, Version 3) Jobkit SpringBoot module (tv.hd3g:jobkit:17.0.0 - https://github.com/hdsdi3g/prodlib)
(GNU Lesser General Public License, Version 3) JobKit Engine (tv.hd3g:jobkit-engine:17.0.0 - https://github.com/hdsdi3g/prodlib)
(GNU Lesser General Public License, Version 3) Jobkit SpringBoot module (tv.hd3g:jobkit:17.0.1 - https://github.com/hdsdi3g/prodlib)
(GNU Lesser General Public License, Version 3) JobKit Engine (tv.hd3g:jobkit-engine:17.0.1 - https://github.com/hdsdi3g/prodlib)
(GNU Lesser General Public License, Version 3) CodePolicyValidation (tv.hd3g.commons:codepolicyvalidation:3.0.0 - https://github.com/hdsdi3g/codepolicyvalidation)
(GNU Lesser General Public License, Version 3) Project's environment version (tv.hd3g.commons:env-version:17.0.0 - https://github.com/hdsdi3g/prodlib)
(GNU Lesser General Public License, Version 3) Commons Interfaces (tv.hd3g.commons:interfaces:17.0.0 - https://github.com/hdsdi3g/prodlib)
(GNU Lesser General Public License, Version 3) Project's environment version (tv.hd3g.commons:env-version:17.0.1 - https://github.com/hdsdi3g/prodlib)
(GNU Lesser General Public License, Version 3) Commons Interfaces (tv.hd3g.commons:interfaces:17.0.1 - https://github.com/hdsdi3g/prodlib)
8 changes: 4 additions & 4 deletions mailkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,25 @@
<parent>
<groupId>tv.hd3g.commons</groupId>
<artifactId>parent-web</artifactId>
<version>17.0.1-SNAPSHOT</version>
<version>17.0.1</version>
<relativePath>../parent-web/pom.xml</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>tv.hd3g.commons</groupId>
<artifactId>interfaces</artifactId>
<version>17.0.1-SNAPSHOT</version>
<version>17.0.1</version>
</dependency>
<dependency>
<groupId>tv.hd3g</groupId>
<artifactId>jobkit</artifactId>
<version>17.0.1-SNAPSHOT</version>
<version>17.0.1</version>
</dependency>
<dependency>
<groupId>tv.hd3g.commons</groupId>
<artifactId>env-version</artifactId>
<version>17.0.1-SNAPSHOT</version>
<version>17.0.1</version>
</dependency>
<dependency>
<groupId>com.j2html</groupId>
Expand Down
2 changes: 1 addition & 1 deletion parent-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>tv.hd3g.commons</groupId>
<artifactId>parent</artifactId>
<version>17.0.1-SNAPSHOT</version>
<version>17.0.1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>tv.hd3g.commons</groupId>
<artifactId>starter</artifactId>
<version>17.0.1-SNAPSHOT</version>
<version>17.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>tv.hd3g.commons</groupId>
<artifactId>starter</artifactId>
<packaging>pom</packaging>
<version>17.0.1-SNAPSHOT</version>
<version>17.0.1</version>

<name>Commons Maven starter project</name>
<url>https://github.com/hdsdi3g/prodlib</url>
Expand Down
2 changes: 1 addition & 1 deletion selfautorestdoc/THIRD-PARTY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ Lists of 106 third-party dependencies.
(The Apache Software License, Version 2.0) org.xmlunit:xmlunit-core (org.xmlunit:xmlunit-core:2.9.1 - https://www.xmlunit.org/)
(Apache License, Version 2.0) SnakeYAML (org.yaml:snakeyaml:1.33 - https://bitbucket.org/snakeyaml/snakeyaml)
(GNU Lesser General Public License, Version 3) CodePolicyValidation (tv.hd3g.commons:codepolicyvalidation:3.0.0 - https://github.com/hdsdi3g/codepolicyvalidation)
(GNU Lesser General Public License, Version 3) Commons Interfaces (tv.hd3g.commons:interfaces:17.0.0 - https://github.com/hdsdi3g/prodlib)
(GNU Lesser General Public License, Version 3) Commons Interfaces (tv.hd3g.commons:interfaces:17.0.1 - https://github.com/hdsdi3g/prodlib)
4 changes: 2 additions & 2 deletions selfautorestdoc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
<parent>
<groupId>tv.hd3g.commons</groupId>
<artifactId>parent-web</artifactId>
<version>17.0.1-SNAPSHOT</version>
<version>17.0.1</version>
<relativePath>../parent-web/pom.xml</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>tv.hd3g.commons</groupId>
<artifactId>interfaces</artifactId>
<version>17.0.1-SNAPSHOT</version>
<version>17.0.1</version>
</dependency>
<dependency>
<groupId>org.springframework.hateoas</groupId>
Expand Down
2 changes: 1 addition & 1 deletion transfertfiles/THIRD-PARTY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ Lists of 67 third-party dependencies.
(MIT License) SLF4J API Module (org.slf4j:slf4j-api:2.0.7 - http://www.slf4j.org)
(Public Domain) XZ for Java (org.tukaani:xz:1.8 - https://tukaani.org/xz/java.html)
(GNU Lesser General Public License, Version 3) CodePolicyValidation (tv.hd3g.commons:codepolicyvalidation:3.0.0 - https://github.com/hdsdi3g/codepolicyvalidation)
(GNU Lesser General Public License, Version 3) Commons Interfaces (tv.hd3g.commons:interfaces:17.0.0 - https://github.com/hdsdi3g/prodlib)
(GNU Lesser General Public License, Version 3) Commons Interfaces (tv.hd3g.commons:interfaces:17.0.1 - https://github.com/hdsdi3g/prodlib)
4 changes: 2 additions & 2 deletions transfertfiles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
<parent>
<groupId>tv.hd3g.commons</groupId>
<artifactId>starter</artifactId>
<version>17.0.1-SNAPSHOT</version>
<version>17.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>tv.hd3g.commons</groupId>
<artifactId>interfaces</artifactId>
<version>17.0.1-SNAPSHOT</version>
<version>17.0.1</version>
</dependency>
<dependency>
<groupId>commons-net</groupId>
Expand Down

0 comments on commit 46b974d

Please sign in to comment.