blob: 6a2fee3e2441014439146a57cb1506e05208ba8f [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>rocketmqx-remoting</artifactId>
<groupId>org.apache.rocketmq</groupId>
<version>0.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>rocketmqx-remoting-benchmark</artifactId>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>rocketmqx-remoting-impl</artifactId>
</dependency>
</dependencies>
</project>