Skip to content

Commit

Permalink
missing pom
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Cole committed Aug 14, 2018
1 parent 0566e90 commit 0580d73
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions propagation/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?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-parent</artifactId>
<version>5.1.6-SNAPSHOT</version>
</parent>

<artifactId>brave-propagation-parent</artifactId>
<name>Brave: Trace Propagation Formats</name>
<packaging>pom</packaging>

<properties>
<main.basedir>${project.basedir}/..</main.basedir>
</properties>

<modules>
<module>trace-context</module>
</modules>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>brave</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>brave-tests</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>

0 comments on commit 0580d73

Please sign in to comment.