apimcli-app-import
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.axway-api-management-plus.apim-cli</groupId> <artifactId>apimcli-app-import</artifactId> <version>1.1.0</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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.github.axway-api-management-plus.apim-cli</groupId> <artifactId>parent</artifactId> <version>1.1.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>apimcli-app-import</artifactId> <packaging>jar</packaging> <name>Axway API-Manager CLI Application Import-Tool</name> <description>Import applications module</description> <url>https://github.com/Axway-API-Management-Plus/apim-cli</url> <dependencies> <dependency> <groupId>com.github.axway-api-management-plus.apim-cli</groupId> <artifactId>apimcli-tool</artifactId> </dependency> <dependency> <groupId>com.github.axway-api-management-plus.apim-cli</groupId> <artifactId>apimcli-apim-adapter</artifactId> </dependency> <dependency> <groupId>com.github.axway-api-management-plus.apim-cli</groupId> <artifactId>apimcli-apim-adapter</artifactId> <version>${project.version}</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>com.github.axway-api-management-plus.apim-cli</groupId> <artifactId>apimcli-api-import</artifactId> <version>${project.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>com.github.axway-api-management-plus.apim-cli</groupId> <artifactId>apimcli-api-import</artifactId> <version>${project.version}</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> </dependency> <dependency> <groupId>com.consol.citrus</groupId> <artifactId>citrus-core</artifactId> </dependency> <dependency> <groupId>com.consol.citrus</groupId> <artifactId>citrus-http</artifactId> </dependency> <dependency> <groupId>com.consol.citrus</groupId> <artifactId>citrus-java-dsl</artifactId> </dependency> <dependency> <groupId>com.consol.citrus</groupId> <artifactId>citrus-ws</artifactId> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>3.2.0</version> <executions> <execution> <goals> <goal>test-jar</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project>