imbajin commented on PR #2666:
URL: 
https://github.com/apache/incubator-hugegraph/pull/2666#issuecomment-2431709063

   Keep the dependencies for future upgrade refer:
   ```xml
       <dependencies>
           <!-- hugegraph-common -->
           <dependency>
               <groupId>org.apache.hugegraph</groupId>
               <artifactId>hugegraph-common</artifactId>
               <version>${revision}</version>
           </dependency>
   
           <!-- sofa rpc -->
           <dependency>
               <groupId>com.lmax</groupId>
               <artifactId>disruptor</artifactId>
               <version>3.3.7</version>
           </dependency>
           <dependency>
               <groupId>com.alipay.sofa</groupId>
               <artifactId>bolt</artifactId>
               <version>1.6.2</version>
               <exclusions>
                   <exclusion>
                       <groupId>org.slf4j</groupId>
                       <artifactId>slf4j-api</artifactId>
                   </exclusion>
               </exclusions>
           </dependency>
           <dependency>
               <groupId>com.alipay.sofa</groupId>
               <artifactId>sofa-rpc-all</artifactId>
               <version>5.7.6</version>
               <exclusions>
                   <exclusion>
                       <groupId>org.jboss.resteasy</groupId>
                       <artifactId>resteasy-client</artifactId>
                   </exclusion>
                   <exclusion>
                       <groupId>org.jboss.resteasy</groupId>
                       <artifactId>resteasy-netty4</artifactId>
                   </exclusion>
                   <exclusion>
                       <groupId>org.jboss.resteasy</groupId>
                       <artifactId>resteasy-jackson2-provider</artifactId>
                   </exclusion>
                   <exclusion>
                       <groupId>org.apache.httpcomponents</groupId>
                       <artifactId>httpclient</artifactId>
                   </exclusion>
                   <exclusion>
                       <groupId>org.apache.httpcomponents</groupId>
                       <artifactId>httpcore</artifactId>
                   </exclusion>
                   <exclusion>
                       <groupId>org.apache.httpcomponents</groupId>
                       <artifactId>httpmime</artifactId>
                   </exclusion>
                   <exclusion>
                       <groupId>org.jboss.logging</groupId>
                       <artifactId>jboss-logging</artifactId>
                   </exclusion>
                   <exclusion>
                       <groupId>org.slf4j</groupId>
                       <artifactId>slf4j-api</artifactId>
                   </exclusion>
                   <exclusion>
                       <groupId>io.grpc</groupId>
                       <artifactId>grpc-core</artifactId>
                   </exclusion>
   <!--                <exclusion>-->
   <!--                    <groupId>io.grpc</groupId>-->
   <!--                    <artifactId>grpc-all</artifactId>-->
   <!--                </exclusion>-->
   <!--                <exclusion>-->
   <!--                    <artifactId>jackson-annotations</artifactId>-->
   <!--                    <groupId>com.fasterxml.jackson.core</groupId>-->
   <!--                </exclusion>-->
   <!--                <exclusion>-->
   <!--                    <artifactId>jackson-core</artifactId>-->
   <!--                    <groupId>com.fasterxml.jackson.core</groupId>-->
   <!--                </exclusion>-->
   <!--                <exclusion>-->
   <!--                    <artifactId>jackson-databind</artifactId>-->
   <!--                    <groupId>com.fasterxml.jackson.core</groupId>-->
   <!--                </exclusion>-->
   <!--                <exclusion>-->
   <!--                    <artifactId>netty-all</artifactId>-->
   <!--                    <groupId>io.netty</groupId>-->
   <!--                </exclusion>-->
   <!--                <exclusion>-->
   <!--                    <artifactId>commons-lang3</artifactId>-->
   <!--                    <groupId>org.apache.commons</groupId>-->
   <!--                </exclusion>-->
   <!--                <exclusion>-->
   <!--                    <artifactId>protobuf-java</artifactId>-->
   <!--                    <groupId>com.google.protobuf</groupId>-->
   <!--                </exclusion>-->
               </exclusions>
           </dependency>
           <dependency>
               <groupId>io.grpc</groupId>
               <artifactId>grpc-core</artifactId>
               <version>1.28.1</version>
   <!--            <exclusions>-->
   <!--                <exclusion>-->
   <!--                    <artifactId>jackson-core</artifactId>-->
   <!--                    <groupId>com.fasterxml.jackson.core</groupId>-->
   <!--                </exclusion>-->
   <!--                <exclusion>-->
   <!--                    <artifactId>guava</artifactId>-->
   <!--                    <groupId>com.google.guava</groupId>-->
   <!--                </exclusion>-->
   <!--            </exclusions>-->
           </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.

To unsubscribe, e-mail: [email protected]

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to