Arquillian OpenEJB Embedded 3.1.x Container Adapter

Arquillian OpenEJB Embedded 3.1.x Container Adapter Obsolete Container Adapter

OpenEJB 3.1.x Embedded integration for the Arquillian Project

Type

Obsolete Container Adapter

Family

openejb

Source repository

VCS
git
Host
github.com
Organization
arquillian
Web URL
arquillian-container-openejb
Clone URL
arquillian-container-openejb.git

10 commits since the last release.

Last commit to the master branch:

Marks repository as obsolete
Authored by Bartosz Majsak, committed on 2017-03-29

Build dependency artifacts

Add the appropriate stanza to the <dependencies> element in your pom.xml:

Arquillian OpenEJB Embedded 3.1.x Container Adapter

<dependency>
  <groupId>org.jboss.arquillian.container</groupId>
  <artifactId>arquillian-openejb-embedded-3.1</artifactId>
  <version>1.0.0.Alpha5</version>
  <scope>test</scope>
</dependency>
Warning: You'll also need to add the Arquillian core platform and possibly additional dependencies. Please refer to the guides for more details.
Note: Most released artifacts are published to the Maven Central repository. Those that cannot are published to the JBoss Community repository.
# Version Release date Released by Compiled against
5 1.0.0.Alpha5 view blog   view tag 2011-03-18 Aslak Knutsen
4 1.0.0.Alpha4 view tag 2010-09-05 Aslak Knutsen
3 1.0.0.Alpha3 view tag 2010-07-27 Aslak Knutsen
2 1.0.0.Alpha2 view tag 2010-05-24 Aslak Knutsen
1 1.0.0.Alpha1 view tag 2010-03-10 Aslak Knutsen
Andrew Lee Rubinger Andrew Lee Rubinger
Aslak Knutsen Aslak Knutsen
Pete Muir Pete Muir
Thomas Diesler Thomas Diesler
Karel Piwko Karel Piwko
David R. Allen David R. Allen
Bartosz Majsak Bartosz Majsak