Maven doesn't handle static imports, that's either a Java or Groovy compiler issue. So all Maven is telling you is that there is something wrong between your import statement syntax and the declared dependencies. Without more than that, I can't really give you an idea of what's wrong.
On Tue, Nov 7, 2017 at 12:51 AM, sally <[email protected]> wrote: > Yes , but when i add this static import i can't run maven > project ( it doesn't support static imports) > > > > -- > Sent from: http://apache-nifi-users-list.2361937.n4.nabble.com/ >
