File tree Expand file tree Collapse file tree 2 files changed +7
-13
lines changed
distribution/src/main/assembly Expand file tree Collapse file tree 2 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 46
46
<include >javax.el:*</include >
47
47
<include >org.glassfish.web:*</include >
48
48
</includes >
49
+ <excludes >
50
+ <!-- unwanted transitive dependency from javax.enterprise:cdi-api -->
51
+ <exclude >javax.el:el-api</exclude >
52
+ </excludes >
49
53
</dependencySet >
50
54
<dependencySet >
51
55
<outputDirectory >dist/lib/optional</outputDirectory >
Original file line number Diff line number Diff line change 202
202
<dependency >
203
203
<groupId >javax.annotation</groupId >
204
204
<artifactId >javax.annotation-api</artifactId >
205
- <version >1.2-b02 </version >
205
+ <version >1.2-b04 </version >
206
206
</dependency >
207
207
<dependency >
208
208
<groupId >org.jboss.spec.javax.interceptor</groupId >
209
209
<artifactId >jboss-interceptors-api_1.2_spec</artifactId >
210
- <version >1.0.0.Alpha1 </version >
210
+ <version >1.0.0.Alpha3 </version >
211
211
</dependency >
212
212
<dependency >
213
213
<groupId >javax.enterprise</groupId >
214
214
<artifactId >cdi-api</artifactId >
215
215
<version >1.1-20130403</version >
216
- <exclusions >
217
- <exclusion >
218
- <groupId >org.jboss.spec.javax.interceptor</groupId >
219
- <artifactId >jboss-interceptors-api_1.1_spec</artifactId >
220
- </exclusion >
221
- <exclusion >
222
- <groupId >javax.el</groupId >
223
- <artifactId >el-api</artifactId >
224
- </exclusion >
225
- </exclusions >
226
216
</dependency >
227
217
<dependency >
228
218
<groupId >org.jboss.weld</groupId >
443
433
<plugin >
444
434
<groupId >org.apache.maven.plugins</groupId >
445
435
<artifactId >maven-javadoc-plugin</artifactId >
446
- <version >2.8.1 </version >
436
+ <version >2.9 </version >
447
437
<configuration >
448
438
<docfilessubdirs >true</docfilessubdirs >
449
439
<javadocDirectory >${project.basedir} /../src/main/javadoc</javadocDirectory >
You can’t perform that action at this time.
0 commit comments