Guest User

Untitled

a guest
Feb 6th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. <groupId>com.XYZ.k</groupId>
  2. <artifactId>abc</artifactId>
  3. <version>1.0.0-SNAPSHOT</version>
  4. <name>abc</name>
  5.  
  6. <dependency>
  7. <groupId>com.XYZ.k</groupId>
  8. <artifactId>abc</artifactId>
  9. <version>1.0.0-SNAPSHOT</version>
  10. </dependency>
  11. Problem is coming like not able to resolve dependency:
  12. enter code here
  13. [ERROR] Failed to execute goal on project rpg4xref: Could not resolve dependencies for project com.xyz.xa:B:jar:13.2.00-SNAPSHOT: Failure to find com.xyz.abc:abc:jar:1.0.0-SNAPSHOT in file:/// was cached in the local repository, resolution will not be reattempted until the update interval of localRepsoitory has elapsed or updates are forced -> [Help 1]
Add Comment
Please, Sign In to add comment