ditto-json-cbor
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.eclipse.ditto</groupId>
<artifactId>ditto-json-cbor</artifactId>
<version>3.9.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2020 Contributors to the Eclipse Foundation
~
~ See the NOTICE file(s) distributed with this work for additional
~ information regarding copyright ownership.
~
~ This program and the accompanying materials are made available under the
~ terms of the Eclipse Public License 2.0 which is available at
~ http://www.eclipse.org/legal/epl-2.0
~
~ SPDX-License-Identifier: EPL-2.0
-->
<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>org.eclipse.ditto</groupId>
<artifactId>ditto-json-cbor</artifactId>
<version>3.9.1</version>
<packaging>bundle</packaging>
<name>Eclipse Ditto :: JSON CBOR</name>
<description>Eclipse Ditto is a framework for creating and managing digital twins in the IoT.</description>
<url>https://eclipse.dev/ditto/ditto-bom/ditto-json-cbor/</url>
<licenses>
<license>
<name>Eclipse Public License - Version 2.0</name>
<url>https://www.eclipse.org/org/documents/epl-2.0/index.php</url>
</license>
</licenses>
<developers>
<developer>
<id>tjaeckle</id>
<name>Thomas Jaeckle</name>
<email>thomas.jaeckle@beyonnex.io</email>
<url>https://github.com/thjaeckle</url>
<organization>beyonnex.io GmbH</organization>
<organizationUrl>https://beyonnex.io</organizationUrl>
<roles>
<role>Lead</role>
<role>Committer</role>
</roles>
</developer>
<developer>
<id>astanchevsdt</id>
<name>Aleksandar Stanchev</name>
<email>aleksandar.stanchev@bosch.com</email>
<url>https://github.com/alstanchev</url>
<organization>Bosch Digital</organization>
<organizationUrl>https://www.bosch-digital.com</organizationUrl>
<roles>
<role>Committer</role>
</roles>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:eclipse-ditto/ditto.git/ditto-bom/ditto-json-cbor</connection>
<developerConnection>scm:git:https://github.com/eclipse-ditto/ditto.git/ditto-bom/ditto-json-cbor</developerConnection>
<url>https://github.com/eclipse-ditto/ditto.git/ditto-bom/ditto-json-cbor</url>
</scm>
<dependencies>
<dependency>
<groupId>org.eclipse.ditto</groupId>
<artifactId>ditto-json</artifactId>
<version>3.9.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.21.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-cbor</artifactId>
<version>2.21.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.eclipse.ditto</groupId>
<artifactId>ditto-utils-jsr305</artifactId>
<version>3.9.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
<repositories>
<repository>
<id>apache-releases</id>
<name>apache-releases</name>
<url>https://repository.apache.org/content/repositories/releases/</url>
</repository>
</repositories>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>5.1.9</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>