META-INF.maven.co.elastic.apm.apm-agent-tracer.pom.xml Maven / Gradle / Ivy
<?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"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>co.elastic.apm</groupId> <artifactId>apm-agent-parent</artifactId> <version>1.49.0</version> </parent> <artifactId>apm-agent-tracer</artifactId> <name>${project.groupId}:${project.artifactId}</name> <properties> <apm-agent-parent.base.dir>${project.basedir}/..</apm-agent-parent.base.dir> </properties> <dependencies> <dependency> <groupId>org.stagemonitor</groupId> <artifactId>stagemonitor-configuration</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>apm-agent-common</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.dslplatform</groupId> <artifactId>dsl-json</artifactId> <version>1.9.3</version> </dependency> <dependency> <!-- required for the inherited assertJ and Mockito dependencies--> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy-dep</artifactId> <version>${version.byte-buddy}</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <artifactId>maven-source-plugin</artifactId> <executions> <execution> <id>generate-source-jar</id> <phase>package</phase> <goals> <goal>jar-no-fork</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project>