adapter-maven-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.ibm.mfp</groupId> <artifactId>adapter-maven-plugin</artifactId> <version>8.0.2024082809</version> </dependency>
<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> <groupId>com.ibm.mfp</groupId> <artifactId>adapter-maven-plugin</artifactId> <packaging>maven-plugin</packaging> <version>8.0.2024082809</version> <name>IBM MFP Adapter maven plugin</name> <description>IBM MFP Adapter plugin for adapter as a maven project. BuildNumber is : dummyBuildNumber</description> <url>https://hub.jazz.net/project/imflocalsdk/mfp-adapter-build-plugin</url> <licenses> <license> <name>IBM-International License Agreement for Early Release of Programs</name> <url>https://developer.ibm.com/mobilefirstplatform/beta/license/</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:git@hub.jazz.net/git/imflocalsdk/mfp-sources</connection> <developerConnection>scm:git:git@hub.jazz.net/git/imflocalsdk/mfp-sources</developerConnection> <url>https://hub.jazz.net/project/imflocalsdk/mfp-sources</url> </scm> <developers> <developer> <name>IBM MobileFirst Platform Foundation</name> <email>imfsdkt@us.ibm.com</email> <organizationUrl>http://www.ibm.com</organizationUrl> </developer> </developers> <dependencies> <dependency> <groupId>com.ibm.mfp</groupId> <artifactId>adapter-maven-api</artifactId> <scope>provided</scope> <version>8.0.2024082809</version> </dependency> <!-- Include Apache HTTP client, needed for accessing REST services. --> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient-osgi</artifactId> <version>4.5.13</version> <exclusions> <exclusion> <artifactId>commons-logging</artifactId> <groupId>commons-logging</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore-osgi</artifactId> <version>4.4.12</version> <exclusions> <exclusion> <artifactId>commons-logging</artifactId> <groupId>commons-logging</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> <version>1.7.32</version> </dependency> <dependency> <groupId>javax.xml</groupId> <artifactId>jaxp-api</artifactId> <version>1.4.2</version> </dependency> <dependency> <groupId>org.mozilla</groupId> <artifactId>rhino</artifactId> <version>1.7R4</version> </dependency> </dependencies> </project>