<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>com.github.ulisesbocchio.jasypt-spring-boot</groupId>
    <artifactId>jasypt-spring-boot-parent</artifactId>
    <version>3.0.5</version>
  </parent>
  <groupId>com.github.ulisesbocchio.jasypt-spring-boot</groupId>
  <artifactId>jasypt-spring-boot-starter</artifactId>
  <version>3.0.5</version>
  <name>Jasypt Spring Boot Starter</name>
  <description>Jasypt Spring Boot Starter</description>
  <url>https://github.com/ulisesbocchio/jasypt-spring-boot</url>
  <inceptionYear>2015</inceptionYear>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://api.github.com/licenses/mit</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>ulisesbocchio</id>
      <name>Ulises Bocchio</name>
      <email></email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/ulisesbocchio/jasypt-spring-boot.git</connection>
    <developerConnection>scm:git://github.com/ulisesbocchio/jasypt-spring-boot.git</developerConnection>
    <url>git://github.com/ulisesbocchio/jasypt-spring-boot.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.github.ulisesbocchio.jasypt-spring-boot</groupId>
      <artifactId>jasypt-spring-boot</artifactId>
      <version>3.0.5</version>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter</artifactId>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.cloud</groupId>
      <artifactId>spring-cloud-context</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.security</groupId>
      <artifactId>spring-security-rsa</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-web</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-actuator</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-test</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>uk.org.webcompere</groupId>
      <artifactId>system-stubs-jupiter</artifactId>
      <version>2.0.1</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.projectlombok</groupId>
      <artifactId>lombok</artifactId>
      <scope>provided</scope>
    </dependency>
  </dependencies>
</project>
