Skip to content

Commit

Permalink
NXP-25209: Deprecate SimpleFeature in favor of RunnerFeature
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinleturc committed Jul 9, 2018
1 parent 28d7615 commit 1a68cec
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import org.nuxeo.directory.test.DirectoryFeature;
import org.nuxeo.runtime.test.runner.Deploy;
import org.nuxeo.runtime.test.runner.Features;
import org.nuxeo.runtime.test.runner.SimpleFeature;
import org.nuxeo.runtime.test.runner.RunnerFeature;

/**
* Minimal requirements to test nuxeo-platform-signature-core bundle.
Expand All @@ -33,6 +33,6 @@
@Deploy("org.nuxeo.ecm.automation.core")
@Deploy("org.nuxeo.ecm.platform.signature.core")
@Deploy("org.nuxeo.ecm.platform.signature.core.test")
public class SignatureCoreFeature extends SimpleFeature {
public class SignatureCoreFeature implements RunnerFeature {

}

0 comments on commit 1a68cec

Please sign in to comment.