Revision 31205
Added by Marek Horst about 10 years ago
modules/icm-iis-oozie-maven-plugin/trunk/src/main/java/eu/dnetlib/maven/plugin/oozie/CheckJobStatus.java | ||
---|---|---|
3 | 3 |
import org.apache.maven.plugin.AbstractMojo; |
4 | 4 |
import org.apache.maven.plugin.MojoExecutionException; |
5 | 5 |
import org.apache.maven.plugin.MojoFailureException; |
6 |
import org.apache.oozie.client.AuthOozieClient; |
|
7 | 6 |
import org.apache.oozie.client.OozieClient; |
8 | 7 |
import org.apache.oozie.client.OozieClientException; |
9 | 8 |
import org.apache.oozie.client.WorkflowJob.Status; |
Also available in: Unified diff
imports cleanup