MVN

org.openengsb.integrationtest.wrapped : openengsb-integrationtest-wrapped-parent

Maven & Gradle

Feb 17, 2011
43 stars

OpenEngSB :: Integration Tests :: OSGi Composed Wrapped Bundles :: Parent · While most bundles work quite find with the typical wrapped bundle code from poms/wrapped there are some special cases where it does not work this way. This parent contains all bundles which are not meant to be wrapped in the classical way, but require some additional, special work.

<dependency>
    <groupId>org.openengsb.integrationtest.wrapped</groupId>
    <artifactId>openengsb-integrationtest-wrapped-parent</artifactId>
    <version>1.0.6.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openengsb.integrationtest.wrapped : openengsb-integrationtest-wrapped-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.0.6.RELEASE
  • Latest Release Candidate: 1.0.0.RC5

All Versions

Choose a version of org.openengsb.integrationtest.wrapped : openengsb-integrationtest-wrapped-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
openengsb-integrationtest-wrapped-parent-1.1.0.M2
openengsb-integrationtest-wrapped-parent-1.1.0.M1
1.0.x
openengsb-integrationtest-wrapped-parent-1.0.6.RELEASE
openengsb-integrationtest-wrapped-parent-1.0.5.RELEASE
openengsb-integrationtest-wrapped-parent-1.0.4.RELEASE
openengsb-integrationtest-wrapped-parent-1.0.3.RELEASE
openengsb-integrationtest-wrapped-parent-1.0.2.RELEASE
openengsb-integrationtest-wrapped-parent-1.0.1.RELEASE
openengsb-integrationtest-wrapped-parent-1.0.0.RELEASE
openengsb-integrationtest-wrapped-parent-1.0.0.RC5
openengsb-integrationtest-wrapped-parent-1.0.0.RC4
openengsb-integrationtest-wrapped-parent-1.0.0.RC3
openengsb-integrationtest-wrapped-parent-1.0.0.RC2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.openengsb.integrationtest.wrapped</groupId>
    <artifactId>openengsb-integrationtest-wrapped-parent</artifactId>
    <version>1.0.6.RELEASE</version>
</dependency>