﻿<?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/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>com.github.atool</groupId>
        <artifactId>fluent-parent</artifactId>
        <version>1.0.2</version>
    </parent>
    <groupId>org.test4j</groupId>
    <artifactId>enhancer</artifactId>
    <version>1.0.2</version>
    <packaging>jar</packaging>
    <name>test4j enhancer</name>
    <description>asm/cglib/objenesis wrapper dependency</description>

    <dependencies>
        <!--        <dependency>-->
        <!--            <groupId>org.ow2.asm</groupId>-->
        <!--            <artifactId>asm</artifactId>-->
        <!--            <version>9.0</version>-->
        <!--        </dependency>-->
        <!--        <dependency>-->
        <!--            <groupId>cglib</groupId>-->
        <!--            <artifactId>cglib</artifactId>-->
        <!--            <version>3.3.0</version>-->
        <!--            <scope>provided</scope>-->
        <!--        </dependency>-->
        <!--        <dependency>-->
        <!--            <groupId>org.objenesis</groupId>-->
        <!--            <artifactId>objenesis</artifactId>-->
        <!--            <version>3.1</version>-->
        <!--        </dependency>-->
    </dependencies>
</project>