Remove config for version-check plugin
[oparent.git] / oparent / pom.xml
index 7843e77..f86fa37 100644 (file)
     <!-- If following file exist, auto-generation of sdk will be done -->
     <swagger-json>${basedir}/src/main/resources/swagger.json</swagger-json>
   </properties>
-  <dependencies>
-    <dependency>
-      <groupId>org.onap.oparent</groupId>
-      <artifactId>version-check-maven-plugin</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
-    </dependency>
-  </dependencies>
   <profiles>
     <profile>
       <id>generate-json</id>
           <artifactId>sonar-maven-plugin</artifactId>
           <version>3.3.0.603</version>
         </plugin>
-        <plugin>
-          <groupId>org.onap.oparent</groupId>
-          <artifactId>version-check-maven-plugin</artifactId>
-          <version>1.0.0-SNAPSHOT</version>
-          <executions>
-            <execution>
-              <id>version-check</id>
-              <phase>compile</phase>
-              <goals>
-                <goal>version-check</goal>
-              </goals>
-              <configuration>
-                <manifestUri>https://git.onap.org/integration/plain/versions/java-manifest.csv</manifestUri>
-              </configuration>
-            </execution>
-          </executions>
-        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
       </plugin>
-      <plugin>
-        <groupId>org.onap.oparent</groupId>
-        <artifactId>version-check-maven-plugin</artifactId>
-      </plugin>
     </plugins>
   </build>
 </project>