Commit 757f5ef5422db1699ed3bb4735dda366f598ad3a
1 parent
0737c7d3
Exists in
master
Inclusão da dependência ao GZip no arquétipo html-rest
Showing
1 changed file
with
8 additions
and
0 deletions
Show diff stats
archetype/html-rest/src/main/resources/archetype-resources/pom.xml
@@ -43,6 +43,14 @@ | @@ -43,6 +43,14 @@ | ||
43 | <scope>provided</scope> | 43 | <scope>provided</scope> |
44 | </dependency> | 44 | </dependency> |
45 | 45 | ||
46 | + <!-- GZip dependencies --> | ||
47 | + <dependency> | ||
48 | + <groupId>org.tuckey</groupId> | ||
49 | + <artifactId>urlrewritefilter</artifactId> | ||
50 | + <version>4.0.4</version> | ||
51 | + <scope>compile</scope> | ||
52 | + </dependency> | ||
53 | + | ||
46 | <!-- Tests dependencies --> | 54 | <!-- Tests dependencies --> |
47 | <dependency> | 55 | <dependency> |
48 | <groupId>org.apache.httpcomponents</groupId> | 56 | <groupId>org.apache.httpcomponents</groupId> |