Bläddra i källkod

HUE-972 [core] Build failure beacause of asm.jar dependency change

Romain Rigaux 13 år sedan
förälder
incheckning
7f4fbb5

+ 1 - 0
desktop/libs/hadoop/credentials-merger/pom.xml

@@ -51,6 +51,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>3.0</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>

+ 3 - 0
desktop/libs/hadoop/java/pom.xml

@@ -96,6 +96,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>build-helper-maven-plugin</artifactId>
+        <version>1.7</version>
         <executions>
           <execution>
             <id>add-gen-java</id>
@@ -114,6 +115,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>3.0</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>
@@ -136,6 +138,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-shade-plugin</artifactId>
+        <version>1.7.1</version>
         <executions>
           <execution>
             <phase>package</phase>

+ 1 - 0
desktop/libs/hadoop/static-group-mapping/pom.xml

@@ -51,6 +51,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>3.0</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>

+ 1 - 0
desktop/libs/hadoop/sudo-shell/pom.xml

@@ -51,6 +51,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>3.0</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>