<?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>js2cpg_2.13</artifactId>
    <packaging>jar</packaging>
    <description>js2cpg</description>
    <url>https://github.com/ShiftLeftSecurity/js2cpg/</url>
    <version>0.2.138</version>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>js2cpg</name>
    <organization>
        <name>io.shiftleft</name>
        <url>https://github.com/ShiftLeftSecurity/js2cpg/</url>
    </organization>
    <scm>
        <url>https://github.com/ShiftLeftSecurity/js2cpg</url>
        <connection>scm:git@github.com:ShiftLeftSecurity/js2cpg.git</connection>
    </scm>
    <developers>
        <developer>
            <id>max-leuthaeuser</id>
            <name>Max Leuthäuser</name>
            <url>https://github.com/max-leuthaeuser</url>
            <email>max@shiftleft.io</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.8</version>
        </dependency>
        <dependency>
            <groupId>io.shiftleft</groupId>
            <artifactId>codepropertygraph_2.13</artifactId>
            <version>1.3.514</version>
        </dependency>
        <dependency>
            <groupId>io.shiftleft</groupId>
            <artifactId>semanticcpg_2.13</artifactId>
            <version>1.3.514</version>
        </dependency>
        <dependency>
            <groupId>io.shiftleft</groupId>
            <artifactId>semanticcpg_2.13</artifactId>
            <version>1.3.514</version>
            <scope>test</scope>
            <classifier>tests</classifier>
        </dependency>
        <dependency>
            <groupId>io.joern</groupId>
            <artifactId>x2cpg_2.13</artifactId>
            <version>1.1.605</version>
        </dependency>
        <dependency>
            <groupId>io.joern</groupId>
            <artifactId>x2cpg_2.13</artifactId>
            <version>1.1.605</version>
            <scope>test</scope>
            <classifier>tests</classifier>
        </dependency>
        <dependency>
            <groupId>com.github.pathikrit</groupId>
            <artifactId>better-files_2.13</artifactId>
            <version>3.9.1</version>
        </dependency>
        <dependency>
            <groupId>com.github.scopt</groupId>
            <artifactId>scopt_2.13</artifactId>
            <version>4.0.1</version>
        </dependency>
        <dependency>
            <groupId>org.graalvm.js</groupId>
            <artifactId>js</artifactId>
            <version>22.0.0.2</version>
        </dependency>
        <dependency>
            <groupId>com.fasterxml.jackson.core</groupId>
            <artifactId>jackson-databind</artifactId>
            <version>2.13.2</version>
        </dependency>
        <dependency>
            <groupId>com.atlassian.sourcemap</groupId>
            <artifactId>sourcemap</artifactId>
            <version>2.0.0</version>
        </dependency>
        <dependency>
            <groupId>commons-io</groupId>
            <artifactId>commons-io</artifactId>
            <version>2.11.0</version>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
            <version>1.7.36</version>
        </dependency>
        <dependency>
            <groupId>org.apache.logging.log4j</groupId>
            <artifactId>log4j-slf4j-impl</artifactId>
            <version>2.17.2</version>
            <scope>runtime</scope>
        </dependency>
        <dependency>
            <groupId>io.joern</groupId>
            <artifactId>dataflowengineoss_2.13</artifactId>
            <version>1.1.605</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.13</artifactId>
            <version>3.2.11</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>