<?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>io.github.theborakompanioni</groupId>
  <artifactId>spring-tor-hidden-service</artifactId>
  <version>0.3.0</version>
  <name>spring-tor-hidden-service</name>
  <description>tor hidden service package</description>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>theborakompanioni</id>
      <name>theborakompanioni</name>
      <email>theborakompanioni+github@gmail.com</email>
    </developer>
  </developers>
  <dependencies>
    <dependency>
      <groupId>io.github.theborakompanioni</groupId>
      <artifactId>spring-tor-core</artifactId>
      <version>0.3.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.projectreactor</groupId>
      <artifactId>reactor-core</artifactId>
      <scope>compile</scope>
      <version>3.4.11</version>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <scope>runtime</scope>
      <version>1.7.32</version>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>30.1-jre</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.spotbugs</groupId>
      <artifactId>spotbugs-annotations</artifactId>
      <version>4.2.2</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.projectlombok</groupId>
      <artifactId>lombok</artifactId>
      <version>1.18.20</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
  <properties>
    <nebula_Manifest_Version>1.0</nebula_Manifest_Version>
    <nebula_Implementation_Title>io.github.theborakompanioni#spring-tor-hidden-service;0.3.0</nebula_Implementation_Title>
    <nebula_Implementation_Version>0.3.0</nebula_Implementation_Version>
    <nebula_Built_Status>integration</nebula_Built_Status>
    <nebula_Gradle_Version>6.8.3</nebula_Gradle_Version>
    <nebula_Module_Source>/spring-tor/spring-tor-hidden-service</nebula_Module_Source>
    <nebula_Module_Origin>https://github.com/theborakompanioni/spring-boot-bitcoin-starter.git</nebula_Module_Origin>
    <nebula_Change>ab22aee</nebula_Change>
    <nebula_Full_Change>ab22aee74149ec89c1b21a4836068795ae7447ba</nebula_Full_Change>
    <nebula_Branch>master</nebula_Branch>
    <nebula_Build_Host>x1</nebula_Build_Host>
    <nebula_Build_Job>LOCAL</nebula_Build_Job>
    <nebula_Build_Number>LOCAL</nebula_Build_Number>
    <nebula_Build_Id>LOCAL</nebula_Build_Id>
    <nebula_Build_Url>x1/LOCAL</nebula_Build_Url>
    <nebula_Module_Owner>theborakompanioni+github@gmail.com</nebula_Module_Owner>
    <nebula_Module_Email>theborakompanioni+github@gmail.com</nebula_Module_Email>
    <nebula_X_Compile_Target_JDK>11</nebula_X_Compile_Target_JDK>
    <nebula_X_Compile_Source_JDK>11</nebula_X_Compile_Source_JDK>
  </properties>
  <url>https://github.com/theborakompanioni/spring-boot-bitcoin-starter</url>
  <scm>
    <url>https://github.com/theborakompanioni/spring-boot-bitcoin-starter.git</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-dependencies</artifactId>
        <version>2.5.6</version>
        <scope>import</scope>
        <type>pom</type>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
