1

I use the lib as below. How can i solve the issue?

<repositories>
   <repository>
   <id>getui-nexus</id>
   <url>http://mvn.gt.igexin.com/nexus/content/repositories/releases/</url>
   </repository>
</repositories>


 <dependency>
        <groupId>com.gexin.platform</groupId>
        <artifactId>gexin-rp-sdk-http</artifactId>
        <version>4.0.1.7</version>
 </dependency>

it show error in IntelliJ but application work well.

enter image description here

2
  • 3
    What is the error message? Commented Mar 13, 2017 at 15:14
  • 1
    are the dependencies under the tag <dependencies> ? Commented Mar 13, 2017 at 15:16

1 Answer 1

1

It's not an error; it's warning you that for some reason gexin-rp-sdk-base is appearing (at least) twice as a dependency in your dependency graph.

It is choosing the 4.0.0.12 version.

See Apache Maven Dependency Plugin for details.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.