Commit 8f2f1f0470f0758417fdbcd86cf238a432e373fd
1 parent
c9a5f85c
Exists in
master
Remoção de linhas duplicadas
Showing
1 changed file
with
2 additions
and
45 deletions
Show diff stats
parent/jsf/pom.xml
... | ... | @@ -79,17 +79,6 @@ |
79 | 79 | </dependencies> |
80 | 80 | </dependencyManagement> |
81 | 81 | |
82 | - <dependencyManagement> | |
83 | - <dependencies> | |
84 | - <dependency> | |
85 | - <groupId>javax.servlet</groupId> | |
86 | - <artifactId>javax.servlet-api</artifactId> | |
87 | - <version>3.0.1</version> | |
88 | - <scope>provided</scope> | |
89 | - </dependency> | |
90 | - </dependencies> | |
91 | - </dependencyManagement> | |
92 | - | |
93 | 82 | <profiles> |
94 | 83 | <!-- Os profiles foram replicados do parent pois o Maven 2 não suporta herança de profile. Provavelmente isto estará corrigido no Maven 3 --> |
95 | 84 | <profile> |
... | ... | @@ -141,8 +130,8 @@ |
141 | 130 | <scope>compile</scope> |
142 | 131 | <exclusions> |
143 | 132 | <exclusion> |
144 | - <artifactId>servlet-api</artifactId> | |
145 | 133 | <groupId>javax.servlet</groupId> |
134 | + <artifactId>servlet-api</artifactId> | |
146 | 135 | </exclusion> |
147 | 136 | </exclusions> |
148 | 137 | </dependency> |
... | ... | @@ -181,22 +170,6 @@ |
181 | 170 | <artifactId>hsqldb</artifactId> |
182 | 171 | <scope>compile</scope> |
183 | 172 | </dependency> |
184 | - <dependency> | |
185 | - <groupId>br.gov.frameworkdemoiselle</groupId> | |
186 | - <artifactId>demoiselle-jsf</artifactId> | |
187 | - <scope>compile</scope> | |
188 | - <exclusions> | |
189 | - <exclusion> | |
190 | - <artifactId>servlet-api</artifactId> | |
191 | - <groupId>javax.servlet</groupId> | |
192 | - </exclusion> | |
193 | - </exclusions> | |
194 | - </dependency> | |
195 | - <dependency> | |
196 | - <groupId>javax.servlet</groupId> | |
197 | - <artifactId>javax.servlet-api</artifactId> | |
198 | - <scope>provided</scope> | |
199 | - </dependency> | |
200 | 173 | </dependencies> |
201 | 174 | </profile> |
202 | 175 | <profile> |
... | ... | @@ -211,8 +184,8 @@ |
211 | 184 | <scope>compile</scope> |
212 | 185 | <exclusions> |
213 | 186 | <exclusion> |
214 | - <artifactId>servlet-api</artifactId> | |
215 | 187 | <groupId>javax.servlet</groupId> |
188 | + <artifactId>servlet-api</artifactId> | |
216 | 189 | </exclusion> |
217 | 190 | </exclusions> |
218 | 191 | </dependency> |
... | ... | @@ -266,22 +239,6 @@ |
266 | 239 | <artifactId>hsqldb</artifactId> |
267 | 240 | <scope>provided</scope> |
268 | 241 | </dependency> |
269 | - <dependency> | |
270 | - <groupId>br.gov.frameworkdemoiselle</groupId> | |
271 | - <artifactId>demoiselle-jsf</artifactId> | |
272 | - <scope>compile</scope> | |
273 | - <exclusions> | |
274 | - <exclusion> | |
275 | - <artifactId>servlet-api</artifactId> | |
276 | - <groupId>javax.servlet</groupId> | |
277 | - </exclusion> | |
278 | - </exclusions> | |
279 | - </dependency> | |
280 | - <dependency> | |
281 | - <groupId>javax.servlet</groupId> | |
282 | - <artifactId>javax.servlet-api</artifactId> | |
283 | - <scope>provided</scope> | |
284 | - </dependency> | |
285 | 242 | |
286 | 243 | <dependency> |
287 | 244 | <groupId>org.hibernate</groupId> | ... | ... |