<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.swisscom.cloud.sb</groupId>
  <artifactId>bosh-service</artifactId>
  <version>6.21.9</version>
  <name>Open Service Broker - bosh-service</name>
  <description>Swisscom's Open Service Broker API implementation</description>
  <url>https://github.com/swisscom/open-service-broker</url>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>philipp.meier</id>
      <name>Philipp Meier</name>
      <organization>Swisscom (Schweiz) AG</organization>
      <organizationUrl>https://www.swisscom.ch</organizationUrl>
    </developer>
    <developer>
      <id>simon.peter</id>
      <name>Simon Peter</name>
      <organization>Swisscom (Schweiz) AG</organization>
      <organizationUrl>https://www.swisscom.ch</organizationUrl>
    </developer>
    <developer>
      <id>christoph.seiler</id>
      <name>Christoph Seiler</name>
      <organization>Swisscom (Schweiz) AG</organization>
      <organizationUrl>https://www.swisscom.ch</organizationUrl>
    </developer>
    <developer>
      <id>ibon.urrutia</id>
      <name>Ibon Urrutia</name>
      <organization>Swisscom (Schweiz) AG</organization>
      <organizationUrl>https://www.swisscom.ch</organizationUrl>
    </developer>
  </developers>
  <scm>
    <url>git@github.com:swisscom/open-service-broker.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.swisscom.cloud.sb</groupId>
      <artifactId>model</artifactId>
      <version>6.21.9</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.swisscom.cloud.sb</groupId>
      <artifactId>credhub-service</artifactId>
      <version>6.21.9</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.credhub</groupId>
      <artifactId>spring-credhub-starter</artifactId>
      <version>2.0.0.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-webflux</artifactId>
      <version>2.3.1.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-security</artifactId>
      <version>2.3.1.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-freemarker</artifactId>
      <version>2.3.1.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.security</groupId>
      <artifactId>spring-security-oauth2-client</artifactId>
      <version>5.3.3.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>commons-lang</groupId>
      <artifactId>commons-lang</artifactId>
      <version>2.6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.9</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.maltalex</groupId>
      <artifactId>ineter</artifactId>
      <version>0.1.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.codehaus.groovy</groupId>
      <artifactId>groovy-all</artifactId>
      <version>2.5.2</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.codehaus.groovy</groupId>
      <artifactId>groovy-test</artifactId>
      <version>2.5.2</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.spockframework</groupId>
      <artifactId>spock-core</artifactId>
      <version>1.2-groovy-2.5</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.spockframework</groupId>
      <artifactId>spock-spring</artifactId>
      <version>1.2-groovy-2.5</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>cglib</groupId>
      <artifactId>cglib-nodep</artifactId>
      <version>3.2.7</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-test</artifactId>
      <version>2.3.1.RELEASE</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.github.tomakehurst</groupId>
      <artifactId>wiremock-jre8</artifactId>
      <version>2.27.1</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <properties>
    <nebula_Manifest_Version>1.0</nebula_Manifest_Version>
    <nebula_Implementation_Title>com.swisscom.cloud.sb#bosh-service;6.21.9</nebula_Implementation_Title>
    <nebula_Implementation_Version>6.21.9</nebula_Implementation_Version>
    <nebula_Built_Status>integration</nebula_Built_Status>
    <nebula_Built_By>circleci</nebula_Built_By>
    <nebula_Built_OS>Linux</nebula_Built_OS>
    <nebula_Build_Date>2020-12-01_21:38:38</nebula_Build_Date>
    <nebula_Gradle_Version>6.5.1</nebula_Gradle_Version>
    <nebula_Module_Source>/broker/core/bosh-service</nebula_Module_Source>
    <nebula_Module_Origin>git@github.com:swisscom/open-service-broker.git</nebula_Module_Origin>
    <nebula_Change>9a5c3b3</nebula_Change>
    <nebula_Full_Change>9a5c3b3369d63dfd7a00b36bc9afec1c6808073d</nebula_Full_Change>
    <nebula_Branch>develop</nebula_Branch>
    <nebula_Build_Host>e9e249675399</nebula_Build_Host>
    <nebula_Build_Job>publish</nebula_Build_Job>
    <nebula_Build_Number>2266</nebula_Build_Number>
    <nebula_Build_Id>2266</nebula_Build_Id>
    <nebula_Created_By>1.8.0_265-b01 (Oracle Corporation)</nebula_Created_By>
    <nebula_Build_Java_Version>1.8.0_265</nebula_Build_Java_Version>
    <nebula_X_Compile_Target_JDK>1.8</nebula_X_Compile_Target_JDK>
    <nebula_X_Compile_Source_JDK>1.8</nebula_X_Compile_Source_JDK>
  </properties>
  <dependencyManagement>
    <dependencies/>
  </dependencyManagement>
</project>
