vision-ken commented 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 couldn't found `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: [email protected] With regards, Apache Git Services
