Commit 385f3b583a32f2dec32c99e3e6f1d68947c07b23

Authored by Cleverson Sacramento
1 parent 0fe7782c
Exists in master

Remoção da dependência desnecessária ao Weld

Showing 1 changed file with 0 additions and 11 deletions   Show diff stats
impl/extension/se/pom.xml
... ... @@ -51,17 +51,6 @@
51 51 <name>SE Extension</name>
52 52 <description>Extensão para aplicações SE</description>
53 53  
54   - <dependencies>
55   - <dependency>
56   - <groupId>org.jboss.weld.se</groupId>
57   - <artifactId>weld-se-core</artifactId>
58   - </dependency>
59   - <dependency>
60   - <groupId>org.hibernate</groupId>
61   - <artifactId>hibernate-validator</artifactId>
62   - </dependency>
63   - </dependencies>
64   -
65 54 <repositories>
66 55 <repository>
67 56 <id>demoiselle.sourceforge.net</id>
... ...