dcm
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.vmware.dcm</groupId> <artifactId>dcm</artifactId> <version>0.15.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.vmware.dcm</groupId> <artifactId>dcm</artifactId> <version>0.15.0</version> <name>Declarative Cluster Management (DCM) Library</name> <description>Library for building declarative cluster managers. Please refer to the README at github.com/vmware/declarative-cluster-management/ for instructions on setting up solvers before use.</description> <url>https://github.com/vmware/declarative-cluster-management/</url> <licenses> <license> <name>The BSD-2 license</name> <url>https://opensource.org/licenses/BSD-2-Clause</url> </license> </licenses> <developers> <developer> <id>lalithsuresh</id> <name>Lalith Suresh</name> <email>lsuresh@vmware.com</email> <url>https://github.com/lalithsuresh</url> </developer> </developers> <scm> <connection>scm:git:https://github.com/vmware/declarative-cluster-management.git</connection> <developerConnection>scm:git:git@github.com:vmware/declarative-cluster-management.git</developerConnection> <url>https://github.com/vmware/declarative-cluster-management/</url> </scm> <dependencies> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> <version>[2.17.1, 3)</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> <version>[2.17.1, 3)</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-slf4j-impl</artifactId> <version>[2.17.1, 3)</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jooq</groupId> <artifactId>jooq</artifactId> <version>3.13.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jooq</groupId> <artifactId>jooq-meta</artifactId> <version>3.13.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>29.0-jre</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.calcite</groupId> <artifactId>calcite-core</artifactId> <version>1.30.0</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>*</artifactId> <groupId>org.apache.httpcomponents</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.yaml</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.yahoo.datasketches</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.codehaus.janino</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.google.protobuf</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.google.guava</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.fasterxml.jackson.core</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.apache.logging</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>net.minidev</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.freemarker</groupId> <artifactId>freemarker</artifactId> <version>2.3.31</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.facebook.presto</groupId> <artifactId>presto-parser</artifactId> <version>0.238.2</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>*</artifactId> <groupId>com.google.guava</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.squareup</groupId> <artifactId>javapoet</artifactId> <version>1.11.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.ortools</groupId> <artifactId>ortools-java</artifactId> <version>9.1.9490</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-java</artifactId> <version>3.15.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>