Skip to content

Commit 55e823d

Browse files
Merge pull request #1568 from data-integrations/remove_htrace_sec_vuln
Removing htrace for security vuln
2 parents e4aa851 + 9136af9 commit 55e823d

File tree

1 file changed

+4
-80
lines changed

1 file changed

+4
-80
lines changed

pom.xml

Lines changed: 4 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,10 @@
393393
<groupId>log4j</groupId>
394394
<artifactId>log4j</artifactId>
395395
</exclusion>
396+
<exclusion>
397+
<groupId>org.apache.htrace</groupId>
398+
<artifactId>htrace-core</artifactId>
399+
</exclusion>
396400
</exclusions>
397401
</dependency>
398402
<dependency>
@@ -445,86 +449,6 @@
445449
<artifactId>google-cloud-datastore</artifactId>
446450
<version>${google.cloud.datastore.version}</version>
447451
</dependency>
448-
<dependency>
449-
<groupId>org.apache.hadoop</groupId>
450-
<artifactId>hadoop-common</artifactId>
451-
<version>${hadoop.version}</version>
452-
<scope>provided</scope>
453-
<exclusions>
454-
<exclusion>
455-
<groupId>com.google.protobuf</groupId>
456-
<artifactId>protobuf-java</artifactId>
457-
</exclusion>
458-
<exclusion>
459-
<groupId>commons-logging</groupId>
460-
<artifactId>commons-logging</artifactId>
461-
</exclusion>
462-
<exclusion>
463-
<groupId>log4j</groupId>
464-
<artifactId>log4j</artifactId>
465-
</exclusion>
466-
<exclusion>
467-
<groupId>org.slf4j</groupId>
468-
<artifactId>slf4j-log4j12</artifactId>
469-
</exclusion>
470-
<exclusion>
471-
<groupId>org.apache.avro</groupId>
472-
<artifactId>avro</artifactId>
473-
</exclusion>
474-
<exclusion>
475-
<groupId>org.apache.zookeeper</groupId>
476-
<artifactId>zookeeper</artifactId>
477-
</exclusion>
478-
<exclusion>
479-
<artifactId>guava</artifactId>
480-
<groupId>com.google.guava</groupId>
481-
</exclusion>
482-
<exclusion>
483-
<artifactId>jersey-core</artifactId>
484-
<groupId>com.sun.jersey</groupId>
485-
</exclusion>
486-
<exclusion>
487-
<artifactId>jersey-json</artifactId>
488-
<groupId>com.sun.jersey</groupId>
489-
</exclusion>
490-
<exclusion>
491-
<artifactId>jersey-server</artifactId>
492-
<groupId>com.sun.jersey</groupId>
493-
</exclusion>
494-
<exclusion>
495-
<artifactId>servlet-api</artifactId>
496-
<groupId>javax.servlet</groupId>
497-
</exclusion>
498-
<exclusion>
499-
<groupId>org.mortbay.jetty</groupId>
500-
<artifactId>jetty</artifactId>
501-
</exclusion>
502-
<exclusion>
503-
<groupId>org.mortbay.jetty</groupId>
504-
<artifactId>jetty-util</artifactId>
505-
</exclusion>
506-
<exclusion>
507-
<artifactId>jasper-compiler</artifactId>
508-
<groupId>tomcat</groupId>
509-
</exclusion>
510-
<exclusion>
511-
<artifactId>jasper-runtime</artifactId>
512-
<groupId>tomcat</groupId>
513-
</exclusion>
514-
<exclusion>
515-
<artifactId>jsp-api</artifactId>
516-
<groupId>javax.servlet.jsp</groupId>
517-
</exclusion>
518-
<exclusion>
519-
<artifactId>slf4j-api</artifactId>
520-
<groupId>org.slf4j</groupId>
521-
</exclusion>
522-
<exclusion>
523-
<groupId>org.slf4j</groupId>
524-
<artifactId>slf4j-reload4j</artifactId>
525-
</exclusion>
526-
</exclusions>
527-
</dependency>
528452
<dependency>
529453
<groupId>org.apache.hadoop</groupId>
530454
<artifactId>hadoop-mapreduce-client-core</artifactId>

0 commit comments

Comments
 (0)