Gradle build failing due to dependency issues -


we have declared ojb:db-ojb:1.0.4 required compiling our project , getting below issue , searching dependency commons-transaction:commons-transaction:1.1 , have org.apache.commons.transaction:commons-transaction:1.1 in archiva. check , let know how can avoid checking dependency commons-transaction or other solutions handle in gradle:

[04:14:17][gradle failure report] > not resolve commons-transaction:commons-transaction:1.1. [04:14:17][gradle failure report] required by: [04:14:17][gradle failure report] com.e2open.e2mc:iome:8.2 > ojb:db-ojb:1.0.4 [04:14:17][gradle failure report] > not resolve commons-transaction:commons-transaction:1.1. [04:14:17][gradle failure report] > inconsistent module metadata found.     descriptor: org.apache.commons.transaction:commons-transaction:1.1 errors: bad group: expected='commons-transaction' found='org.apache.commons.transaction' 


Comments

Popular posts from this blog

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

html - Outlook 2010 Anchor (url/address/link) -

android - How to create dynamically Fragment pager adapter -