Created
July 26, 2017 09:35
-
-
Save jpkrohling/f81ecd907535a01a10b3a0213b36d38e to your computer and use it in GitHub Desktop.
fraction dependencies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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