Skip to content

Instantly share code, notes, and snippets.

@jpkrohling
Created July 26, 2017 09:35
Show Gist options
  • Save jpkrohling/f81ecd907535a01a10b3a0213b36d38e to your computer and use it in GitHub Desktop.
Save jpkrohling/f81ecd907535a01a10b3a0213b36d38e to your computer and use it in GitHub Desktop.
fraction dependencies
<dependencies>
<!-- Java EE 7 dependency -->
<dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>
<version>7.0</version>
<scope>provided</scope>
</dependency>
<!-- WildFly Swarm Fractions -->
<!-- WildFly Swarm Fractions -->
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>opentracing</artifactId>
</dependency><dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>ejb</artifactId>
</dependency><dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>jaxrs</artifactId>
</dependency><dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>jaeger</artifactId>
</dependency><dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>cdi</artifactId>
</dependency>
<dependency>
<groupId>io.opentracing.contrib</groupId>
<artifactId>opentracing-ejb</artifactId>
<version>0.0.2</version>
</dependency>
</dependencies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment