kezhenxu94 edited a comment on pull request #7495:
URL: https://github.com/apache/skywalking/pull/7495#issuecomment-911860469


   @lujiajing1126 snapshot is deployed, you need to add the following snippet 
to main repo (`oap-server-bom` / `oap-server-bom-es7`) when you want to 
reference it
   
   ```xml
   <project>
   ...
       <repositories>
           <repository>
               <id>apache-snapshot</id>
               <name>Apache Snapshot</name>
               
<url>https://repository.apache.org/content/repositories/snapshots</url>
           </repository>
       </repositories>
   ```
   
   and use it in the `pom.xml` where you want to use it
   
   ```xml
           <dependency>
               <groupId>org.apache.skywalking</groupId>
               <artifactId>banyandb-java-client</artifactId>
               <version>0.1.0-SNAPSHOT</version>
           </dependency>
   ```


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to