Revision 37085
Added by Claudio Atzori over 9 years ago
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
added exclusions for overlapping lib