<?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>io.shiftleft</groupId>
    <artifactId>codepropertygraph_3</artifactId>
    <packaging>jar</packaging>
    <description>codepropertygraph</description>
    <url>https://github.com/ShiftLeftSecurity/codepropertygraph/</url>
    <version>1.7.26</version>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>codepropertygraph</name>
    <organization>
        <name>io.shiftleft</name>
        <url>https://github.com/ShiftLeftSecurity/codepropertygraph/</url>
    </organization>
    <scm>
        <url>https://github.com/ShiftLeftSecurity/codepropertygraph</url>
        <connection>scm:git@github.com:ShiftLeftSecurity/codepropertygraph.git</connection>
    </scm>
    <developers>
        <developer>
            <id>fabsx00</id>
            <name>Fabian Yamaguchi</name>
            <url>https://github.com/fabsx00</url>
            <email>fabs@shiftleft.io</email>
        </developer>
        <developer>
            <id>ml86</id>
            <name>Markus Lottmann</name>
            <url>https://github.com/ml86</url>
            <email>markus@shiftleft.io</email>
        </developer>
        <developer>
            <id>mpollmeier</id>
            <name>Michael Pollmeier</name>
            <url>http://www.michaelpollmeier.com/</url>
            <email>michael@michaelpollmeier.com</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>io.shiftleft</groupId>
            <artifactId>codepropertygraph-protos_3</artifactId>
            <version>1.7.26</version>
        </dependency>
        <dependency>
            <groupId>io.shiftleft</groupId>
            <artifactId>codepropertygraph-domain-classes_3</artifactId>
            <version>1.7.26</version>
        </dependency>
        <dependency>
            <groupId>org.apache.logging.log4j</groupId>
            <artifactId>log4j-slf4j2-impl</artifactId>
            <version>2.19.0</version>
            <optional>true</optional>
        </dependency>
        <dependency>
            <groupId>org.apache.logging.log4j</groupId>
            <artifactId>log4j-core</artifactId>
            <version>2.19.0</version>
            <optional>true</optional>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala3-library_3</artifactId>
            <version>3.5.2</version>
        </dependency>
        <dependency>
            <groupId>io.joern</groupId>
            <artifactId>flatgraph-formats_3</artifactId>
            <version>0.1.9</version>
        </dependency>
        <dependency>
            <groupId>io.joern</groupId>
            <artifactId>flatgraph-help_3</artifactId>
            <version>0.1.9</version>
        </dependency>
        <dependency>
            <groupId>io.joern</groupId>
            <artifactId>flatgraph-odb-convert_3</artifactId>
            <version>0.1.9</version>
        </dependency>
        <dependency>
            <groupId>com.github.scopt</groupId>
            <artifactId>scopt_3</artifactId>
            <version>4.0.1</version>
        </dependency>
        <dependency>
            <groupId>com.github.pathikrit</groupId>
            <artifactId>better-files_3</artifactId>
            <version>3.9.2</version>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
            <version>2.0.6</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_3</artifactId>
            <version>3.2.10</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>