adriancole commented on a change in pull request #904: Messaging adapter URL: https://github.com/apache/incubator-zipkin-brave/pull/904#discussion_r282297653
########## File path: instrumentation/messaging/pom.xml ########## @@ -0,0 +1,51 @@ +<?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>io.zipkin.brave</groupId> + <artifactId>brave-instrumentation-parent</artifactId> + <version>5.6.4-SNAPSHOT</version> + </parent> + + <artifactId>brave-instrumentation-messaging</artifactId> + <name>Brave Instrumentation: Messaging</name> + + <properties> + <main.basedir>${project.basedir}/../..</main.basedir> + <main.java.version>1.8</main.java.version> + <main.signature.artifact>java18</main.signature.artifact> + + <!-- disable errorprone override warning as we do this intentionally to allow old clients --> Review comment: remove this part as irrelevant ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
