Skip to content

Commit

Permalink
TOMEE-2247 - Removed unneeded Arquillian packager. Issue was resolved…
Browse files Browse the repository at this point in the history
… in new TCK version.
  • Loading branch information
radcortez committed Dec 4, 2018
1 parent d1183d3 commit 214a12b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 70 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,12 @@
package org.apache.tomee.microprofile.tck.jwt;

import org.jboss.arquillian.container.test.spi.client.deployment.ApplicationArchiveProcessor;
import org.jboss.arquillian.container.test.spi.client.protocol.Protocol;
import org.jboss.arquillian.core.spi.LoadableExtension;
import org.jboss.arquillian.protocol.servlet.v_2_5.ServletProtocol;

public class MicroProfileJWTTCKExtension implements LoadableExtension {
@Override
public void register(final ExtensionBuilder extensionBuilder) {
extensionBuilder
.override(Protocol.class, ServletProtocol.class, MicroProfileJWTTCKProtocol.class)
.service(ApplicationArchiveProcessor.class, MicroProfileJWTTCKArchiveProcessor.class)
;
}
Expand Down

This file was deleted.

0 comments on commit 214a12b

Please sign in to comment.