<?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.cloud-apim</groupId>
    <artifactId>seclang-engine_2.12</artifactId>
    <packaging>jar</packaging>
    <description>SecLang Engine WAF is a ModSecurity-compatible Web Application Firewall (WAF) library for the JVM, written in Scala.</description>
    <url>https://github.com/cloud-apim/seclang-engine</url>
    <version>1.2.0</version>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>seclang-engine</name>
    <organization>
        <name>Cloud-APIM</name>
        <url>https://github.com/cloud-apim/seclang-engine</url>
    </organization>
    <scm>
        <url>https://github.com/cloud-apim/seclang-engine</url>
        <connection>scm:git@github.com:cloud-apim/seclang-engine.git</connection>
    </scm>
    <developers>
        <developer>
            <id>mathieuancelin</id>
            <name>Mathieu ANCELIN</name>
            <url>https://github.com/mathieuancelin</url>
            <email>mathieu@cloud-apim.com</email>
        </developer>
        <developer>
            <id>cloud-apim</id>
            <name>Cloud-APIM Team</name>
            <url>https://github.com/cloud-apim</url>
            <email>contact@cloud-apim.com</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.21</version>
        </dependency>
        <dependency>
            <groupId>com.comcast</groupId>
            <artifactId>ip4s-core_2.12</artifactId>
            <version>3.2.0</version>
        </dependency>
        <dependency>
            <groupId>org.antlr</groupId>
            <artifactId>antlr4</artifactId>
            <version>4.13.2</version>
        </dependency>
        <dependency>
            <groupId>com.typesafe.play</groupId>
            <artifactId>play-json_2.12</artifactId>
            <version>2.9.3</version>
        </dependency>
        <dependency>
            <groupId>com.cloud-apim</groupId>
            <artifactId>libinjection-jvm</artifactId>
            <version>1.2.0</version>
        </dependency>
        <dependency>
            <groupId>com.github.blemale</groupId>
            <artifactId>scaffeine_2.12</artifactId>
            <version>4.0.2</version>
        </dependency>
        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-text</artifactId>
            <version>1.15.0</version>
        </dependency>
        <dependency>
            <groupId>com.fasterxml.jackson.dataformat</groupId>
            <artifactId>jackson-dataformat-yaml</artifactId>
            <version>2.13.4</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalameta</groupId>
            <artifactId>munit_2.12</artifactId>
            <version>0.7.29</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>