cd_common_config_api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.tridion</groupId>
<artifactId>cd_common_config_api</artifactId>
<version>10.1.1-1017</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.tridion</groupId>
<artifactId>cd_common_config_api</artifactId>
<version>10.1.1-1017</version>
<name>Common - Configuration Api</name>
<description>Common Configuration Api</description>
<url>http://www.sdl.com/cd_common_maven/cd_common_config_api</url>
<licenses>
<license>
<name>SDL Developer Software and Distribution Agreement</name>
<url>https://community.sdl.com/developers/tridion_developer/w/wiki/864.sdl-web-developer-software-and-distribution-agreement</url>
</license>
</licenses>
<developers>
<developer>
<name>SDL</name>
<email>artifact.publishers@sdl.com</email>
<organization>SDL Group</organization>
<organizationUrl>http://www.sdl.com/</organizationUrl>
</developer>
</developers>
<scm>
<developerConnection>scm:git:ssh://git@${scm.connection.prefix.url}/tcd/common.git/cd_common_maven/cd_common_config_api</developerConnection>
<url>https://${scm.web.prefix.url}/TCD/repos/common/cd_common_maven/cd_common_config_api</url>
</scm>
<dependencies>
<dependency>
<groupId>com.tridion</groupId>
<artifactId>cd_common_util</artifactId>
<version>10.1.1-1017</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>