diff options
author | liamfallon <liam.fallon@est.tech> | 2022-10-20 11:52:08 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-10-20 12:12:44 +0100 |
commit | 971f70df0dc4ed5f9320d231f290d0e17e4cb7ab (patch) | |
tree | 2ccd1bd1b52e964c8c0fec3d332688abdb068d26 /integration/pom.xml | |
parent | 0be115949ece2e4538fac7b413880c5429c24b48 (diff) |
Make tag specification mandatory on release data
Also upgrades apache commons text.
Issue-ID: POLICY-4045
Change-Id: Id93f9f92864403eecc198325f6f9dc8083532aab
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'integration/pom.xml')
-rw-r--r-- | integration/pom.xml | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 6126bfcc..78251e54 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -844,14 +844,19 @@ <version>${version.netty}</version> </dependency> - <!-- Commons Lang --> + <!-- Apache Commons --> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>3.12.0</version> + </dependency> + <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.12.0</version> </dependency> - <!-- Commons IO --> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> @@ -860,16 +865,18 @@ <dependency> <groupId>org.apache.commons</groupId> - <artifactId>commons-vfs2</artifactId> - <version>2.8.0</version> + <artifactId>commons-text</artifactId> + <version>1.10.0</version> </dependency> + <!-- Google Code --> <dependency> <groupId>com.googlecode.json-simple</groupId> <artifactId>json-simple</artifactId> <version>1.1.1</version> </dependency> + <!-- Github --> <dependency> <groupId>com.github.docker-java</groupId> <artifactId>docker-java-core</artifactId> |