org.jbundle.thin.app.test
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.jbundle.app.test</groupId>
<artifactId>org.jbundle.thin.app.test</artifactId>
<version>1.0.11</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jbundle.app.test</groupId>
<artifactId>jbundle-app-test-reactor</artifactId>
<version>1.0.11</version>
</parent>
<artifactId>org.jbundle.thin.app.test</artifactId>
<packaging>bundle</packaging>
<name>jbundle-thin-app-test - Test code</name>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<instructions>
<Bundle-ManifestVersion>2</Bundle-ManifestVersion>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Export-Package>
${project.artifactId}.*;version=${project.version}
</Export-Package>
<Import-Package>
*;resolution:=optional,
org.jbundle.res.app.test.*;version=${project.version}
</Import-Package>
<Bundle-Version>${project.version}</Bundle-Version>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.jbundle.app.test</groupId>
<artifactId>org.jbundle.model.app.test</artifactId>
<version>1.0.11</version>
</dependency>
<dependency>
<groupId>org.jbundle.app.test</groupId>
<artifactId>org.jbundle.res.app.test</artifactId>
<version>1.0.11</version>
</dependency>
<dependency>
<groupId>org.jbundle.thin.base.db</groupId>
<artifactId>org.jbundle.thin.base.db</artifactId>
<version>1.0.11</version>
</dependency>
<dependency>
<groupId>org.jbundle.thin.base</groupId>
<version>1.0.11</version>
<artifactId>org.jbundle.thin.base.util</artifactId>
</dependency>
</dependencies>
</project>