You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by GitBox <gi...@apache.org> on 2019/04/25 04:03:18 UTC

[GitHub] [incubator-zipkin-website] adriancole commented on issue #4: quickstart with jitpack

adriancole commented on issue #4: quickstart with jitpack
URL: https://github.com/apache/incubator-zipkin-website/issues/4#issuecomment-486511959
 
 
   specifically this is what I need to do now in the maven pom..
   
   ```xml
     <repositories>
       <repository>
         <id>jitpack.io</id>
         <url>https://jitpack.io</url>
       </repository>
     </repositories>
   
     <dependencies>
       <dependency>
         <groupId>com.github.ewhauser.zipkin</groupId>
         <artifactId>zipkin-server</artifactId>
         <version>experimental-grpc-SNAPSHOT</version>
         <classifier>exec</classifier>
       </dependency>
     </dependencies>
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services