-
Notifications
You must be signed in to change notification settings - Fork 329
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,23 @@ | |
<include>javax.ejb:javax.ejb-api</include> | ||
</includes> | ||
</dependencySet> | ||
|
||
<dependencySet> | ||
<unpack>false</unpack> | ||
<outputDirectory>lib/weld</outputDirectory> | ||
<scope>test</scope> | ||
<includes> | ||
<include>org.jboss.weld.se:weld-se-core</include> | ||
<include>org.jboss.weld:weld-spi</include> | ||
<include>org.jboss.weld:weld-api</include> | ||
<include>org.jboss.weld:weld-core-impl</include> | ||
<include>org.jboss.classfilewriter:jboss-classfilewriter</include> | ||
<include>org.jboss.spec.javax.el:jboss-el-api_3.0_spec</include> | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
garcia-jj
Author
Member
|
||
<include>org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.2_spec</include> | ||
<include>org.jboss.spec.javax.annotation:jboss-annotations-api_1.2_spec</include> | ||
<include>javax.el:javax.el-api</include> | ||
</includes> | ||
</dependencySet> | ||
|
||
<dependencySet> | ||
<unpack>false</unpack> | ||
|
I think this artifact conlficts with
javax.el:javax.el-api
. If I'm not wrong this is a full copy of the classes from el-api.