Project

General

Profile

« Previous | Next » 

Revision 37085

added exclusions for overlapping lib

View differences:

pom.xml
65 65
					<artifactId>jsp-api</artifactId>
66 66
					<groupId>javax.servlet.jsp</groupId>
67 67
				</exclusion>
68
				<exclusion>
69
					<artifactId>guava</artifactId>
70
					<groupId>com.google.guava</groupId>
71
				</exclusion>
68 72
			</exclusions>
69 73
		</dependency>				
70 74
		<dependency>
......
108 112
					<artifactId>jsp-api-2.1</artifactId>
109 113
					<groupId>org.mortbay.jetty</groupId>
110 114
				</exclusion>
115
				<exclusion>
116
					<artifactId>guava</artifactId>
117
					<groupId>com.google.guava</groupId>
118
				</exclusion>
111 119
			</exclusions>
112 120
		</dependency>
113 121
		<dependency>

Also available in: Unified diff