Project

General

Profile

« Previous | Next » 

Revision 46927

excluded more dependencies

View differences:

pom.xml
70 70
					<artifactId>jsp-api-2.1</artifactId>
71 71
					<groupId>org.mortbay.jetty</groupId>
72 72
				</exclusion>
73
                                <exclusion>
74
                                        <artifactId>jsp-2.1</artifactId>
75
                                        <groupId>org.mortbay.jetty</groupId>
76
                                </exclusion>
73 77
				<exclusion>
74 78
					<artifactId>servlet-api-2.5</artifactId>
75 79
					<groupId>org.mortbay.jetty</groupId>
76 80
				</exclusion>
81
                                <exclusion>
82
                                        <artifactId>jetty</artifactId>
83
                                        <groupId>org.mortbay.jetty</groupId>
84
                                </exclusion>
85
                                <exclusion>
86
                                        <artifactId>jetty-util</artifactId>
87
                                        <groupId>org.mortbay.jetty</groupId>
88
                                </exclusion>
77 89
				<exclusion>
78 90
					<artifactId>slf4j-api</artifactId>
79 91
					<groupId>org.slf4j</groupId>
......
110 122
					<artifactId>commons-codec</artifactId>
111 123
					<groupId>commons-codec</groupId>
112 124
				</exclusion>
125
                                <exclusion>
126
                                        <artifactId>commons-logging</artifactId>
127
                                        <groupId>commons-logging</groupId>
128
                                </exclusion>
113 129
			</exclusions>
114 130
		</dependency>
115 131
		<dependency>
......
147 163
			<groupId>org.apache.httpcomponents</groupId>
148 164
			<artifactId>httpclient</artifactId>
149 165
			<version>4.3.1</version>
150
		</dependency>		
166
		</dependency>
167
                <dependency>
168
                        <groupId>commons-codec</groupId>
169
                        <artifactId>commons-codec</artifactId>
170
                        <version>${commons.codec.version}</version>
171
                </dependency>
172
                <dependency>
173
                        <groupId>commons-net</groupId>
174
                        <artifactId>commons-net</artifactId>
175
                        <version>${commons.net.version}</version>
176
                </dependency>
177
		<dependency>
178
                  <groupId>org.apache.commons</groupId>
179
                  <artifactId>commons-compress</artifactId>
180
                  <version>${commons.compress.version}</version>
181
		</dependency>
182

  
151 183
	</dependencies>
152 184
</project>

Also available in: Unified diff