This is an automated email from the ASF dual-hosted git repository.
jlmonteiro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git.
from 75a238b Don't explicitely set the default provider as it breaks
tomee-plus builds. We just need to pull tomee-plus or tomee-plume and the
provider is detected automatically.
new 1a6f5e0 Add HTTP Client to classpath - needed for Security API TCK
new 7c3ce3f Add and wire up greenmail for mocking up a server
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
pom.xml | 43 +++++++---
.../java/org/apache/openejb/cts/DerbyRunner.java | 4 +-
.../org/apache/openejb/cts/GreenmailRunner.java | 93 ++++++++++++++++++++++
src/test/resources/testsuite.properties | 7 ++
4 files changed, 136 insertions(+), 11 deletions(-)
create mode 100644 src/main/java/org/apache/openejb/cts/GreenmailRunner.java