Sfoglia il codice sorgente

YARN-10757. jsonschema2pojo-maven-plugin version is not defined. Contributed by Tamas Domok

Szilard Nemeth 3 anni fa
parent
commit
79cc7b46af
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6 0
      pom.xml

+ 6 - 0
pom.xml

@@ -116,6 +116,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x
     <dependency-check-maven.version>1.4.3</dependency-check-maven.version>
     <spotbugs.version>4.2.2</spotbugs.version>
     <spotbugs-maven-plugin.version>4.2.0</spotbugs-maven-plugin.version>
+    <jsonschema2pojo-maven-plugin.version>1.1.1</jsonschema2pojo-maven-plugin.version>
 
     <shell-executable>bash</shell-executable>
 
@@ -472,6 +473,11 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x
             </dependency>
           </dependencies>
         </plugin>
+        <plugin>
+          <groupId>org.jsonschema2pojo</groupId>
+          <artifactId>jsonschema2pojo-maven-plugin</artifactId>
+          <version>${jsonschema2pojo-maven-plugin.version}</version>
+        </plugin>
       </plugins>
     </pluginManagement>