Re: BUILD FAILURE: java.lang.NoClassDefFoundError: org/apache/nifi/authorization/Authority

2016-04-19 Thread Toivo Adams
Matt, thanks toivo -- View this message in context: http://apache-nifi-developer-list.39713.n7.nabble.com/BUILD-FAILURE-java-lang-NoClassDefFoundError-org-apache-nifi-authorization-Authority-tp9321p9353.html Sent from the Apache NiFi Developer List mailing list archive at Nabble.com.

Re: BUILD FAILURE: java.lang.NoClassDefFoundError: org/apache/nifi/authorization/Authority

2016-04-19 Thread Matt Gilman
Toivo, That class was removed on master with NIFI-1551 as we move toward the new Authorizer API [1]. Can you verify that you have everything up to date and you've cleaned your code base locally. # dry run git clean -dn # actually do it git clean -df Please be careful with that command as it