Project

General

Profile

« Previous | Next » 

Revision 46928

excluded more dependencies

View differences:

pom.xml
57 57
            <artifactId>hadoop-common</artifactId>
58 58
            <version>${hadoop.common.version}</version>
59 59
            <exclusions>
60
                <exclusion>
61
                    <artifactId>servlet-api</artifactId>
62
                    <groupId>javax.servlet</groupId>
63
                </exclusion>
64
                <exclusion>
65
                    <artifactId>jsp-api</artifactId>
66
                    <groupId>javax.servlet.jsp</groupId>
67
                </exclusion>
68
                <exclusion>
69
                    <artifactId>guava</artifactId>
70
                    <groupId>com.google.guava</groupId>
71
                </exclusion>
60
              <exclusion>
61
                <artifactId>mockito-all</artifactId>
62
                <groupId>org.mockito</groupId>
63
              </exclusion>
64
              <exclusion>
65
                <artifactId>jetty</artifactId>
66
                <groupId>org.mortbay.jetty</groupId>
67
              </exclusion>
68
              <exclusion>
69
                <artifactId>jetty-util</artifactId>
70
                <groupId>org.mortbay.jetty</groupId>
71
              </exclusion>
72
              <exclusion>
73
                <artifactId>core</artifactId>
74
                <groupId>org.eclipse.jdt</groupId>
75
              </exclusion>
76
              <exclusion>
77
                <groupId>javax.servlet</groupId>
78
                <artifactId>servlet-api</artifactId>
79
              </exclusion>
80
              <exclusion>
81
                <artifactId>slf4j-api</artifactId>
82
                <groupId>org.slf4j</groupId>
83
              </exclusion>
84
              <exclusion>
85
                <artifactId>slf4j-log4j12</artifactId>
86
                <groupId>org.slf4j</groupId>
87
              </exclusion>
88
              <exclusion>
89
                <artifactId>jsp-api</artifactId>
90
                <groupId>javax.servlet.jsp</groupId>
91
              </exclusion>
92
              <exclusion>
93
                <artifactId>guava</artifactId>
94
                <groupId>com.google.guava</groupId>
95
              </exclusion>
72 96
            </exclusions>
73 97
        </dependency>
74 98
        <dependency>

Also available in: Unified diff