<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <parent>
        <artifactId>nlf2</artifactId>
        <groupId>cn.6tail</groupId>
        <version>1.8.9</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>nlf2-plugin-model</artifactId>
    <version>1.8.96</version>

    <properties>
        <project.root>${basedir}/..</project.root>
    </properties>

    <dependencies>
        <dependency>
            <groupId>cn.6tail</groupId>
            <artifactId>nlf2-core</artifactId>
            <version>1.8.95</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>mysql</groupId>
            <artifactId>mysql-connector-java</artifactId>
            <version>5.1.6</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>
