org.cdecode.firebase.pom.target
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.cdecode.firebase</groupId>
<artifactId>org.cdecode.firebase.pom.target</artifactId>
<version>5.2.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.cdecode.firebase</groupId>
<artifactId>org.cdecode.firebase.pom.target</artifactId>
<version>5.2.0</version>
<description>5.2.1-SNAPSHOT</description>
<name>CDECode Pom Target</name>
<url>Provides a default resolution target for the CDECode Firebase API</url>
<organization>
<name>CDECode.org</name>
</organization>
<licenses>
<license>
<name>http://opensource.org/licenses/apache2.0.php</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
<comments>Apache License, Version 2.0</comments>
</license>
</licenses>
<scm>
<url>https://github.com/cdecode/org.cdecode.firebase</url>
<connection>scm:git:https://github.com/cdecode/org.cdecode.firebase.git</connection>
<developerConnection>scm:git:git@github.com:cdecode/org.cdecode.firebase.git</developerConnection>
</scm>
<developers>
<developer>
<id>cde@cdecode.org</id>
<name>Clement Delgrange</name>
<organization>CDECode.org</organization>
<organizationUrl>https://github.com/cdecode/org.cdecode.firebase</organizationUrl>
<email>cde@cdecode.org</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.cdecode.firebase</groupId>
<artifactId>org.cdecode.firebase.provider</artifactId>
<version>${version}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>20.0</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20160810</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.1.3</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient-osgi</artifactId>
<version>4.0.1</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore-osgi</artifactId>
<version>4.0.1</version>
</dependency>
<dependency>
<groupId>org.ops4j.pax.logging</groupId>
<artifactId>pax-logging-api</artifactId>
<version>1.10.1</version>
</dependency>
<dependency>
<groupId>org.ops4j.pax.logging</groupId>
<artifactId>pax-logging-service</artifactId>
<version>1.10.1</version>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>osgi.enroute.pom.distro</artifactId>
<version>2.0.0</version>
</dependency>
</dependencies>
</project>