guymahieu / ivyidea

Resolve dependencies for your Intellij projects using Ivy
Apache License 2.0
13 stars 18 forks source link

Not Able to Resolve ivy in Intellij #157

Closed lakshayghai closed 4 years ago

lakshayghai commented 7 years ago

javax.ejb#com.springsource.javax.ejb;3.0.0: Unrecognized artifact type: license, will not add this as a dependency in IntelliJ. javax.transaction#com.springsource.javax.transaction;1.1.0: Unrecognized artifact type: license, will not add this as a dependency in IntelliJ. javax.xml.rpc#com.springsource.javax.xml.rpc;1.1.0: Unrecognized artifact type: license, will not add this as a dependency in IntelliJ.

guymahieu commented 4 years ago

You should be able to solve this by adding the 'license' artifact type to the set of javadoc artifact types.

image