You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2019/05/07 04:37:22 UTC

[GitHub] [skywalking] vision-ken edited a comment on issue #2587: Support database sql statement parameter value(optional)

vision-ken edited a comment on issue #2587: Support database sql statement parameter value(optional)
URL: https://github.com/apache/skywalking/issues/2587#issuecomment-489904505
 
 
   Follow [How-to-build](https://github.com/apache/skywalking/blob/master/docs/en/guides/How-to-build.md) :
   ```
   Prepare git, JDK8 and maven3
   git clone https://github.com/apache/skywalking.git
   cd skywalking/
   git submodule init
   git submodule update
   Run ./mvnw clean package -DskipTests
   ```
   4. Adding Google guava dependency to apm-collector-remote/collector-remote-grpc-provider/pom.xml files
   ```
   <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>24.0-jre</version>
   </dependency>
   ```
   But I can't find the `apm-collector-remote / collector-remote-grpc-provider` folder in the project.

----------------------------------------------------------------
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