| .. | .. |
|---|
| 20 | 20 | <maven.resources.overwrite>true</maven.resources.overwrite> |
|---|
| 21 | 21 | <maven.compiler.debug>true</maven.compiler.debug> |
|---|
| 22 | 22 | <maven.compiler.source>11</maven.compiler.source> |
|---|
| 23 | | - <maven.compiler.target>11</maven.compiler.target> |
|---|
| 24 | | - |
|---|
| 23 | + <maven.compiler.target>11</maven.compiler.target> |
|---|
| 25 | 24 | <maven-assembly-plugin.version>3.4.2</maven-assembly-plugin.version> |
|---|
| 26 | 25 | |
|---|
| 27 | 26 | <curistec.internal.version>3.3.0</curistec.internal.version> |
|---|
| .. | .. |
|---|
| 35 | 34 | <jboss-weld.version>2.2.9.Final</jboss-weld.version> |
|---|
| 36 | 35 | <jboss-jandex.version>1.2.2.Final</jboss-jandex.version> |
|---|
| 37 | 36 | |
|---|
| 37 | + <commons-cli.version>1.2</commons-cli.version> |
|---|
| 38 | 38 | <lang.version>2.6</lang.version> |
|---|
| 39 | 39 | <lang3.version>3.17.0</lang3.version> |
|---|
| 40 | 40 | <io.version>2.17.0</io.version> |
|---|
| 41 | | - <commons-cli.version>1.2</commons-cli.version> |
|---|
| 42 | 41 | <httpclient.version>4.5.6</httpclient.version> |
|---|
| 43 | 42 | <httpmime.version>4.4.1</httpmime.version> |
|---|
| 44 | 43 | <jackson.version>2.14.1</jackson.version> |
|---|