Project

General

Profile

« Previous | Next » 

Revision 46963

added a lot of exclusions causing classpath clashes

View differences:

modules/dnet-hadoop-commons/trunk/pom.xml
53 53
			<artifactId>hadoop-common</artifactId>
54 54
			<version>${hadoop.common.version}</version>
55 55
			<exclusions>
56
                                <exclusion>
57
                                        <artifactId>mockito-all</artifactId>
58
                                        <groupId>org.mockito</groupId>
59
                                </exclusion>
60
                                <exclusion>
61
                                        <artifactId>jetty</artifactId>
62
                                        <groupId>org.mortbay.jetty</groupId>
63
                                </exclusion>
64
                                <exclusion>
65
                                        <artifactId>jetty-util</artifactId>
66
                                        <groupId>org.mortbay.jetty</groupId>
67
                                </exclusion>
68
                                <exclusion>
69
                                        <artifactId>core</artifactId>
70
                                        <groupId>org.eclipse.jdt</groupId>
71
                                </exclusion>
56 72
				<exclusion>
57 73
					<groupId>javax.servlet</groupId>
58 74
					<artifactId>servlet-api</artifactId>
......
80 96
			<artifactId>hadoop-core</artifactId>
81 97
			<version>${hadoop.core.version}</version>
82 98
			<exclusions>
99
                                <exclusion>
100
                                        <artifactId>core</artifactId>
101
                                        <groupId>org.eclipse.jdt</groupId>
102
                                </exclusion>
103
                                <exclusion>
104
                                        <artifactId>jetty</artifactId>
105
                                        <groupId>org.mortbay.jetty</groupId>
106
                                </exclusion>
107
                                <exclusion>
108
                                        <artifactId>jetty-util</artifactId>
109
                                        <groupId>org.mortbay.jetty</groupId>
110
                                </exclusion>
111

  
83 112
				<exclusion>
84 113
					<groupId>tomcat</groupId>
85 114
					<artifactId>jasper-runtime</artifactId>
......
112 141
			<artifactId>hadoop-hdfs</artifactId>
113 142
			<version>${hadoop.hdfs.version}</version>
114 143
			<exclusions>
144
                                <exclusion>
145
                                        <artifactId>jasper-runtime</artifactId>
146
                                        <groupId>tomcat</groupId>
147
                                </exclusion>
148
                                <exclusion>
149
                                        <artifactId>jetty</artifactId>
150
                                        <groupId>org.mortbay.jetty</groupId>
151
                                </exclusion>
152
                                <exclusion>
153
                                        <artifactId>jetty-util</artifactId>
154
                                        <groupId>org.mortbay.jetty</groupId>
155
                                </exclusion>
115 156
				<exclusion>
116 157
					<groupId>javax.servlet</groupId>
117 158
					<artifactId>servlet-api</artifactId>

Also available in: Unified diff