<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ Copyright © 2022 Swatantra Agrawal. All rights reserved.
  -->

<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>swat-utils</artifactId>
        <groupId>org.bitbucket.swattu</groupId>
        <version>4.0.63</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>agent-utils</artifactId>
    <packaging>pom</packaging>
    <modules>
        <module>jpa-agent</module>
        <module>mvc-agent</module>
    </modules>
    <dependencies>
        <dependency>
            <groupId>net.bytebuddy</groupId>
            <artifactId>byte-buddy-dep</artifactId>
            <version>1.7.9</version>
        </dependency>
        <dependency>
            <groupId>org.ow2.asm</groupId>
            <artifactId>asm</artifactId>
            <version>6.0</version>
        </dependency>
        <dependency>
            <groupId>org.ow2.asm</groupId>
            <artifactId>asm-commons</artifactId>
            <version>6.0</version>
        </dependency>
    </dependencies>
</project>
