This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/master by this push:
new 845e40a TOMEE-2973 - Fixes RuntimeError due to too old example
dependency towards commons-lang3 in v3.3.2 Cleans up example dependencies
845e40a is described below
commit 845e40afa6c7fe4ac5d41b5c6a8585671c43944c
Author: Richard Zowalla <[email protected]>
AuthorDate: Thu Mar 4 13:32:11 2021 +0100
TOMEE-2973 - Fixes RuntimeError due to too old example dependency towards
commons-lang3 in v3.3.2
Cleans up example dependencies
---
examples/deltaspike-fullstack/pom.xml | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/examples/deltaspike-fullstack/pom.xml
b/examples/deltaspike-fullstack/pom.xml
index 84a0410..9581546 100644
--- a/examples/deltaspike-fullstack/pom.xml
+++ b/examples/deltaspike-fullstack/pom.xml
@@ -138,10 +138,6 @@
<groupId>org.slf4j</groupId>
</exclusion>
<exclusion>
- <artifactId>xbean-asm7-shaded</artifactId>
- <groupId>org.apache.xbean</groupId>
- </exclusion>
- <exclusion>
<artifactId>commons-collections</artifactId>
<groupId>commons-collections</groupId>
</exclusion>
@@ -149,25 +145,9 @@
<artifactId>junit</artifactId>
<groupId>junit</groupId>
</exclusion>
- <exclusion>
- <artifactId>commons-lang3</artifactId>
- <groupId>org.apache.commons</groupId>
- </exclusion>
</exclusions>
</dependency>
<dependency>
- <groupId>org.apache.xbean</groupId>
- <artifactId>xbean-asm7-shaded</artifactId>
- <version>4.14</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <artifactId>commons-lang3</artifactId>
- <groupId>org.apache.commons</groupId>
- <version>3.3.2</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.1</version>