<?xml version='1.0' encoding='UTF-8'?>
<project 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" xmlns="http://maven.apache.org/POM/4.0.0">
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.github.sbt</groupId>
    <artifactId>sbt-sbom_sbt2_3</artifactId>
    <packaging>jar</packaging>
    <description>SBT plugin to generate CycloneDx SBOM files</description>
    <url>https://github.com/siculo/sbt-bom</url>
    <version>0.6.0</version>
    <licenses>
        <license>
            <name>MIT License</name>
            <url>https://opensource.org/licenses/MIT</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>sbt-sbom</name>
    <organization>
        <name>sbt</name>
        <url>https://www.scala-sbt.org/</url>
    </organization>
    <scm>
        <url>https://github.com/siculo/sbt-bom/tree/master</url>
        <connection>scm:git:git://github.com/siculo/sbt-bom.git</connection>
        <developerConnection>scm:git:ssh://github.com:siculo/sbt-bom.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>siculo</id>
            <name>Fabrizio Di Giuseppe</name>
            <url>https://github.com/siculo</url>
            <email>siculo.github@gmail.com</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-sbt</groupId>
            <artifactId>sbt</artifactId>
            <version>2.0.0</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala3-library_3</artifactId>
            <version>3.8.4</version>
        </dependency>
        <dependency>
            <groupId>io.circe</groupId>
            <artifactId>circe-generic_3</artifactId>
            <version>0.14.15</version>
        </dependency>
        <dependency>
            <groupId>io.circe</groupId>
            <artifactId>circe-parser_3</artifactId>
            <version>0.14.15</version>
        </dependency>
        <dependency>
            <groupId>org.cyclonedx</groupId>
            <artifactId>cyclonedx-core-java</artifactId>
            <version>12.2.0</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_3</artifactId>
            <version>3.2.20</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalamock</groupId>
            <artifactId>scalamock_3</artifactId>
            <version>7.5.5</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.github.sbt</groupId>
            <artifactId>sbt2-compat_sbt2_3</artifactId>
            <version>0.1.0</version>
        </dependency>
    </dependencies>
</project>