<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">

    <modelVersion>4.0.0</modelVersion>

    <artifactId>maven-settings-decoder-core</artifactId>
    <packaging>jar</packaging>
    <parent>
        <artifactId>maven-settings-decoder</artifactId>
        <groupId>cn.home1.tools</groupId>
        <version>1.1.0</version>
    </parent>

    <dependencies>
        <dependency><groupId>${project.groupId}</groupId><artifactId>maven-settings-decoder-cipher</artifactId></dependency>
        <dependency><groupId>org.apache.maven</groupId><artifactId>maven-settings</artifactId><scope>provided</scope></dependency>
        <dependency><groupId>org.sonatype.plexus</groupId><artifactId>plexus-cipher</artifactId><scope>provided</scope></dependency>
    </dependencies>
</project>