core-scp-cf
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.sap.cloud.servicesdk.cloudplatform</groupId> <artifactId>core-scp-cf</artifactId> <version>0.0.9</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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <name>Cloud Platform - Core SCP Cloud Foundry</name> <artifactId>core-scp-cf</artifactId> <licenses> <license> <name>SAP DEVELOPER LICENSE AGREEMENT</name> <url>https://tools.hana.ondemand.com/developer-license-3_1.txt</url> <distribution>repo</distribution> </license> </licenses> <parent> <groupId>com.sap.cloud.servicesdk.cloudplatform</groupId> <artifactId>cloudplatform-modules</artifactId> <version>0.0.9</version> </parent> <dependencies> <dependency> <groupId>com.sap.cloud.servicesdk.cloudplatform</groupId> <artifactId>core</artifactId> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> </dependency> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> </dependency> <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> <!-- scope "provided" --> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <scope>provided</scope> </dependency> </dependencies> <profiles> <profile> <id>ignore-warnings-java7</id> <activation> <jdk>(,1.7]</jdk> </activation> <properties> <java.failOnWarning>false</java.failOnWarning> </properties> </profile> </profiles> </project>