I found another issue because of transitive dependency. This is coming from OA4MP jar this time. MySQL driver have GNU license and jar is getting included to airavata.war. Run mvn dependency:tree on trunk to find the dependency tree. We need to remove this to do the release.
[INFO] | | +- edu.uiuc.ncsa.myproxy:oa4mp-client-oauth1:jar:1.0.6:compile [INFO] | | | +- edu.uiuc.ncsa.myproxy:myproxy-logon:jar:1.4.6:compile [INFO] | | | +- mysql:mysql-connector-java:jar:5.1.17:compile [INFO] | | | +- postgresql:postgresql:jar:8.4-702.jdbc3:compile [INFO] | | | \- edu.uiuc.ncsa.security.delegation:ncsa-security-oauth-1.0a:jar:1.0.6:compile [INFO] | | | +- edu.uiuc.ncsa.security.delegation:ncsa-security-delegation-server:jar:1.0.6:compile [INFO] | | | +- net.oauth.core:oauth:jar:20100527:compile [INFO] | | | \- net.oauth.core:oauth-provider:jar:20100527:compile Thanks Raminder
