joaoarthurbm / designwizard

DesignWizard (https://sites.google.com/site/designwizardhomepage/) supports automated inspection of Java programs in a higher level than ASM bytecode manipulator.
Other
17 stars 9 forks source link

Modified pom to make ASM optional dependency and set java as 1.7 #30

Closed Gustavohqo closed 9 years ago

Gustavohqo commented 9 years ago

ASM being optional prevents conflict with latest versions, but the user must add this dependency on their pom.xml to make sure the design wizard works.