浏览代码

YARN-8919. Some tests fail due to NoClassDefFoundError for OperatorCreationException (tasanuma0829 via rkanter)

Robert Kanter 6 年之前
父节点
当前提交
5e294e950b
共有 3 个文件被更改,包括 30 次插入0 次删除
  1. 10 0
      hadoop-tools/hadoop-extras/pom.xml
  2. 10 0
      hadoop-tools/hadoop-gridmix/pom.xml
  3. 10 0
      hadoop-tools/hadoop-streaming/pom.xml

+ 10 - 0
hadoop-tools/hadoop-extras/pom.xml

@@ -108,6 +108,16 @@
        <artifactId>cglib</artifactId>
        <artifactId>cglib</artifactId>
        <scope>test</scope>
        <scope>test</scope>
     </dependency>
     </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcprov-jdk15on</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcpkix-jdk15on</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
   </dependencies>
 
 
   <build>
   <build>

+ 10 - 0
hadoop-tools/hadoop-gridmix/pom.xml

@@ -108,6 +108,16 @@
       <artifactId>mockito-all</artifactId>
       <artifactId>mockito-all</artifactId>
       <scope>test</scope>
       <scope>test</scope>
     </dependency>
     </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcprov-jdk15on</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcpkix-jdk15on</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
   </dependencies>
 
 
   <build>
   <build>

+ 10 - 0
hadoop-tools/hadoop-streaming/pom.xml

@@ -114,6 +114,16 @@
       <artifactId>cglib</artifactId>
       <artifactId>cglib</artifactId>
       <scope>test</scope>
       <scope>test</scope>
     </dependency>
     </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcprov-jdk15on</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcpkix-jdk15on</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
   </dependencies>
 
 
   <build>
   <build>