Remove <repositories> and <pluginRepositories> sections
[yangtools.git] / yang / yang-maven-plugin-it / src / test / resources / test-parent / InvalidVersion / pom.xml
index 80dbb94d708cca75f9757e4624fd377a3a19bdc4..89375edf4d801986d160563ba6f9314691c8b4c5 100644 (file)
     <!-- yang-common dependency added here only for purpose of 'artifact version 
         check' test: version of yang-common artifact has to be different than one defined 
         in yang-maven-plugin to make test pass -->
-    <repositories>
-        <repository>
-            <id>opendaylight-mirror</id>
-            <name>opendaylight-mirror</name>
-            <url>http://nexus.opendaylight.org/content/groups/public/</url>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-            <releases>
-                <enabled>true</enabled>
-                <updatePolicy>never</updatePolicy>
-            </releases>
-        </repository>
-    </repositories>
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>