ml-app-deployer
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.marklogic</groupId> <artifactId>ml-app-deployer</artifactId> <version>5.0.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.marklogic</groupId> <artifactId>ml-app-deployer</artifactId> <version>5.0.0</version> <name>com.marklogic:ml-app-deployer</name> <description>Java client for the MarkLogic REST Management API and for deploying applications to MarkLogic</description> <url>https://github.com/marklogic/ml-app-deployer</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>marklogic</id> <name>MarkLogic Github Contributors</name> <email>general@developer.marklogic.com</email> <organization>MarkLogic</organization> <organizationUrl>https://www.marklogic.com</organizationUrl> </developer> </developers> <scm> <connection>scm:git@github.com:marklogic/ml-gradle.git</connection> <developerConnection>scm:git@github.com:marklogic/ml-gradle.git</developerConnection> <url>git@github.com:marklogic/ml-gradle.git</url> </scm> <dependencies> <dependency> <groupId>com.marklogic</groupId> <artifactId>ml-javaclient-util</artifactId> <version>5.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> <version>5.3.39</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.17.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>jaxen</groupId> <artifactId>jaxen</artifactId> <version>2.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>4.12.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jdom</groupId> <artifactId>jdom2</artifactId> <version>2.0.6.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.16.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.flipkart.zjsonpatch</groupId> <artifactId>zjsonpatch</artifactId> <version>0.4.16</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>*</groupId> <artifactId>jackson-databind</artifactId> </exclusion> </exclusions> </dependency> </dependencies> </project>