This is an automated email from the ASF dual-hosted git repository.
jlmonteiro pushed a commit to branch tomee-7.1.x
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-7.1.x by this push:
new ea813cd Make sure all xbean versions are aligned otherwise it breaks
the embedded TomEE
ea813cd is described below
commit ea813cd330e1ce4daa2d081a1fced9ad7e54fa2c
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Mon Aug 26 10:27:15 2019 +0200
Make sure all xbean versions are aligned otherwise it breaks the embedded
TomEE
---
arquillian/arquillian-tomee-common/pom.xml | 2 +-
examples/polling-parent/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arquillian/arquillian-tomee-common/pom.xml
b/arquillian/arquillian-tomee-common/pom.xml
index a533c48..f38a30e 100644
--- a/arquillian/arquillian-tomee-common/pom.xml
+++ b/arquillian/arquillian-tomee-common/pom.xml
@@ -80,7 +80,7 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-finder-shaded</artifactId>
- <version>3.17</version>
+ <version>${xbeanVersion}</version>
<scope>provided</scope>
</dependency>
<dependency>
diff --git a/examples/polling-parent/pom.xml b/examples/polling-parent/pom.xml
index c4e093d..3bbc3c9 100644
--- a/examples/polling-parent/pom.xml
+++ b/examples/polling-parent/pom.xml
@@ -26,7 +26,7 @@
<name>OpenEJB :: Examples :: Polling</name>
<properties>
- <xbean.version>4.4</xbean.version>
+ <xbean.version>4.14</xbean.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tomee.version>7.1.2-SNAPSHOT</tomee.version>
</properties>