+ Updated all projects to use the re-introduced org.springframework.asm instead of org.objectweb.asm (.java, template.mf, ivy.xml, and .classpath files have been updated)
+ Finished support for @Import, including detection of circular imports
This commit is contained in:
@@ -6,8 +6,7 @@ Import-Template:
|
||||
org.springframework.core.*;version="[2.5.6, 3.0.0]",
|
||||
org.springframework.beans.*;version="[2.5.6, 3.0.0]",
|
||||
org.springframework.context.*;version="[2.5.6, 3.0.0]",
|
||||
org.objectweb.asm.*;version="[2.2.3, 3.0.0)",
|
||||
org.objectweb.asm.commons;version="[2.2.3, 3.0.0)",
|
||||
org.springframework.asm.*;version="[2.5.6, 3.0.0]",
|
||||
org.springframework.aop.*;version="[2.5.6, 3.0.0]";resolution:=optional,
|
||||
org.springframework.stereotype.*;version="[2.5.6, 3.0.0]";resolution:=optional,
|
||||
org.springframework.util.*;version="[2.5.6, 3.0.0]";resolution:=optional,
|
||||
|
||||
Reference in New Issue
Block a user