Move YangTextSource
[yangtools.git] / plugin / yang-maven-plugin / src / main / java / org / opendaylight / yangtools / yang2sources / plugin / YangProvider.java
index ee880da8a06a1450199284aa7a3ea553b5337f37..1e29c867c375e4c7a03fe35c7257590d90ceaf0b 100644 (file)
@@ -12,7 +12,7 @@ import java.io.IOException;
 import java.util.Collection;
 import java.util.List;
 import org.apache.maven.project.MavenProject;
-import org.opendaylight.yangtools.yang.model.spi.source.YangTextSource;
+import org.opendaylight.yangtools.yang.model.api.source.YangTextSource;
 
 @FunctionalInterface
 @VisibleForTesting