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: [email protected] With regards, Apache Git Services
