membrane / soa-model

Toolkit and Java API for WSDL, WADL and XML Schema.
http://www.membrane-soa.org/soa-model/
Apache License 2.0
94 stars 73 forks source link

Groovy upgrade and commons-logging+log4j replaced by slf4j+logback #224

Closed vlk32 closed 9 years ago

vlk32 commented 9 years ago

Hello all,

I made a few changes to code. 1.) upgrade to Groovy 2.3.9 => this fixes a log of unit-tests 2.) removed compile dependency on log4j => it's not requiered for compilation/runtime 3.) removed dependency on commons.logging => one logging facade ( slf4j ) has to be enough 4.) changed project version to 1.4.2.6-SNAPSHOT => because of new version of artifact

please review it

bye

vlk

predic8 commented 9 years ago

Thanks @vlk32 Looks really good.