You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@linkis.apache.org by GitBox <gi...@apache.org> on 2022/04/15 08:43:29 UTC

[GitHub] [incubator-linkis] jackxu2011 opened a new issue, #1981: [Bug] linkis-rpc module miss many dependencies but used

jackxu2011 opened a new issue, #1981:
URL: https://github.com/apache/incubator-linkis/issues/1981

   ### Search before asking
   
   - [X] I searched the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar issues.
   
   
   ### Linkis Component
   
   linkis-commons
   
   ### What happened + What you expected to happen
   
   use mvn dependency:analyze found the linkis-rpc module use many undeclared dependencies
   ```shell
   [INFO] --- maven-dependency-plugin:3.1.1:analyze (default-cli) @ linkis-rpc ---
   [WARNING] Used undeclared dependencies found:
   [WARNING]    io.github.openfeign:feign-slf4j:jar:10.12:compile
   [WARNING]    org.scala-lang:scala-library:jar:2.11.12:compile
   [WARNING]    org.springframework:spring-aop:jar:5.2.15.RELEASE:compile
   [WARNING]    org.json4s:json4s-ast_2.11:jar:3.5.3:compile
   [WARNING]    commons-lang:commons-lang:jar:2.6:compile
   [WARNING]    org.reflections:reflections:jar:0.9.10:compile
   [WARNING]    org.springframework:spring-core:jar:5.2.15.RELEASE:compile
   [WARNING]    io.protostuff:protostuff-api:jar:1.6.2:compile
   [WARNING]    org.springframework:spring-beans:jar:5.2.15.RELEASE:compile
   [WARNING]    com.google.guava:guava:jar:30.0-jre:compile
   [WARNING]    org.springframework.boot:spring-boot-autoconfigure:jar:2.3.12.RELEASE:compile
   [WARNING]    jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile
   [WARNING]    org.apache.linkis:linkis-common:jar:1.1.1:compile
   [WARNING]    org.json4s:json4s-jackson_2.11:jar:3.5.3:compile
   [WARNING]    org.springframework.cloud:spring-cloud-openfeign-core:jar:2.2.9.RELEASE:compile
   [WARNING]    org.springframework.cloud:spring-cloud-netflix-ribbon:jar:2.2.9.RELEASE:compile
   [WARNING]    com.netflix.ribbon:ribbon-core:jar:2.3.0:compile
   [WARNING]    org.json4s:json4s-core_2.11:jar:3.5.3:compile
   [WARNING]    org.springframework:spring-web:jar:5.2.15.RELEASE:compile
   [WARNING]    org.springframework.cloud:spring-cloud-netflix-eureka-client:jar:2.2.9.RELEASE:compile
   [WARNING]    com.google.code.gson:gson:jar:2.8.5:compile
   [WARNING]    io.github.openfeign:feign-core:jar:10.12:compile
   [WARNING]    org.springframework.boot:spring-boot:jar:2.3.12.RELEASE:compile
   [WARNING]    org.slf4j:slf4j-api:jar:1.7.30:compile
   [WARNING]    org.springframework:spring-context:jar:5.2.15.RELEASE:compile
   [WARNING]    com.netflix.eureka:eureka-client:jar:1.10.14:compile
   [WARNING]    com.netflix.ribbon:ribbon-loadbalancer:jar:2.3.0:compile
   
   ```
   
   ### Relevent platform
   
   1.1.1 and below
   
   ### Reproduction script
   
   ```shell
   cd linkis-commons/linkis-rpc
   mvn dependency:analyze
   ```
   
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a PR!


-- 
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: dev-unsubscribe@linkis.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org


[GitHub] [incubator-linkis] jackxu2011 closed issue #1981: [Bug] linkis-rpc module miss many dependencies but used

Posted by GitBox <gi...@apache.org>.
jackxu2011 closed issue #1981: [Bug] linkis-rpc module miss many dependencies but used
URL: https://github.com/apache/incubator-linkis/issues/1981


-- 
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: dev-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org