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

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

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -