Commit 6287d01d472d5650ad4c1f8cb0131f402794f25b
1 parent
aaf33cf6
Exists in
master
Ajustes no build
Showing
2 changed files
with
9 additions
and
8 deletions
Show diff stats
impl/core/pom.xml
... | ... | @@ -34,7 +34,8 @@ |
34 | 34 | ou escreva para a Fundação do Software Livre (FSF) Inc., |
35 | 35 | 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA. |
36 | 36 | --> |
37 | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | |
37 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
38 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | |
38 | 39 | |
39 | 40 | <modelVersion>4.0.0</modelVersion> |
40 | 41 | |
... | ... | @@ -124,12 +125,6 @@ |
124 | 125 | <groupId>commons-configuration</groupId> |
125 | 126 | <artifactId>commons-configuration</artifactId> |
126 | 127 | </dependency> |
127 | - | |
128 | - <!-- @Deprecated --> | |
129 | - <dependency> | |
130 | - <groupId>org.slf4j</groupId> | |
131 | - <artifactId>slf4j-api</artifactId> | |
132 | - </dependency> | |
133 | 128 | |
134 | 129 | <!-- for tests --> |
135 | 130 | <dependency> | ... | ... |
parent/servlet/pom.xml
... | ... | @@ -34,7 +34,8 @@ |
34 | 34 | ou escreva para a Fundação do Software Livre (FSF) Inc., |
35 | 35 | 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA. |
36 | 36 | --> |
37 | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | |
37 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
38 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | |
38 | 39 | |
39 | 40 | <modelVersion>4.0.0</modelVersion> |
40 | 41 | |
... | ... | @@ -72,6 +73,11 @@ |
72 | 73 | <groupId>org.apache.maven.plugins</groupId> |
73 | 74 | <artifactId>maven-war-plugin</artifactId> |
74 | 75 | <configuration> |
76 | + <archive> | |
77 | + <manifest> | |
78 | + <addDefaultImplementationEntries>true</addDefaultImplementationEntries> | |
79 | + </manifest> | |
80 | + </archive> | |
75 | 81 | <webResources> |
76 | 82 | <resource> |
77 | 83 | <directory>src/main/webapp/WEB-INF</directory> | ... | ... |