<?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>
  <groupId>com.sap.cloud.sdk</groupId>
  <artifactId>sdk-sjb-bom</artifactId>
  <version>4.3.0</version>
  <packaging>pom</packaging>
  <name>SAP Cloud SDK - SAP Java Buildpack BOM</name>
  <description>Bill of Materials (BOM) for SAP Java Buildpack and SAP Java Cloud SDK dependencies.</description>
  <url>https://sap.github.io/cloud-sdk/docs/java/getting-started</url>
  <organization>
    <name>SAP SE</name>
    <url>https://www.sap.com</url>
  </organization>
  <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>
  <developers>
    <developer>
      <name>SAP</name>
      <email>cloudsdk@sap.com</email>
      <organization>SAP SE</organization>
      <organizationUrl>https://www.sap.com</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection />
    <url />
  </scm>
  <properties>
    <x-sap-release-audience>Public</x-sap-release-audience>
    <x-sap-release-maturity>Stable</x-sap-release-maturity>
    <!-- do not modify the following line, it is updated by the versioning script -->
    <sdk.version>4.3.0</sdk.version>
  </properties>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>com.sap.cloud.sjb.cf</groupId>
        <artifactId>cf-tomee7-bom</artifactId>
        <version>1.63.0</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
      <dependency>
        <groupId>com.sap.cloud.sdk</groupId>
        <artifactId>sdk-bom</artifactId>
        <version>${sdk.version}</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>

      <!-- for whatever reason these dependencies are provided by the SJB, but not set to provided through their BOM -->
      <dependency>
        <groupId>org.apache.httpcomponents</groupId>
        <artifactId>httpclient</artifactId>
        <version>4.5.13</version>
        <scope>provided</scope>
      </dependency>
      <dependency>
        <groupId>org.apache.httpcomponents</groupId>
        <artifactId>httpcore</artifactId>
        <version>4.4.15</version>
        <scope>provided</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
