connector-framework-contracts
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.sdl.tridion.connectorframework</groupId>
<artifactId>connector-framework-contracts</artifactId>
<version>42.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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.sdl.tridion.connectorframework</groupId>
<artifactId>connector-framework-contracts</artifactId>
<version>42.0.0</version>
<name>Connector Framework Contracts</name>
<description>Tridion DX Connector Framework - Contracts</description>
<url>http://www.rws.com/udp-common-maven/udp-common-docker/udp-common-docker-maven/connector-framework/connector-framework-contracts</url>
<licenses>
<license>
<name>RWS Developer Software and Distribution Agreement</name>
<url>https://community.sdl.com/product-groups/sdl-tridion-dx/tridion-sites/tridion-developer/w/wiki/864.sdl-tridion-sites-developer-software-and-distribution-agreement</url>
</license>
</licenses>
<developers>
<developer>
<name>RWS</name>
<email>artifact.publishers@sdl.com</email>
<organization>RWS Group for and on behalf of its affiliates and subsidiaries</organization>
<organizationUrl>http://www.rws.com/</organizationUrl>
</developer>
</developers>
<scm>
<developerConnection>scm:git:ssh://git@${scm.connection.prefix.url}/tcf/connector-framework.git/connector-framework-contracts</developerConnection>
<url>https://${scm.web.prefix.url}/TCF/repos/connector-framework/connector-framework-contracts</url>
</scm>
<dependencies>
<dependency>
<groupId>com.sdl.tridion.remoting</groupId>
<artifactId>tridion-remoting-contracts</artifactId>
<version>42.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.30</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>