File tree 5 files changed +90
-0
lines changed
5 files changed +90
-0
lines changed Original file line number Diff line number Diff line change 90
90
<groupId >org.jboss.weld</groupId >
91
91
<artifactId >weld-core-impl</artifactId >
92
92
<scope >test</scope >
93
+ <exclusions >
94
+ <exclusion >
95
+ <groupId >javax.enterprise</groupId >
96
+ <artifactId >cdi-api</artifactId >
97
+ </exclusion >
98
+ <exclusion >
99
+ <groupId >org.jboss.spec.javax.el</groupId >
100
+ <artifactId >jboss-el-api_3.0_spec</artifactId >
101
+ </exclusion >
102
+ <exclusion >
103
+ <groupId >org.jboss.spec.javax.interceptor</groupId >
104
+ <artifactId >
105
+ jboss-interceptors-api_1.2_spec
106
+ </artifactId >
107
+ </exclusion >
108
+ <exclusion >
109
+ <groupId >org.jboss.spec.javax.annotation</groupId >
110
+ <artifactId >
111
+ jboss-annotations-api_1.3_spec
112
+ </artifactId >
113
+ </exclusion >
114
+ </exclusions >
93
115
</dependency >
94
116
<dependency >
95
117
<groupId >org.jboss.shrinkwrap.resolver</groupId >
Original file line number Diff line number Diff line change 146
146
<groupId >org.javamoney</groupId >
147
147
<artifactId >moneta</artifactId >
148
148
<scope >test</scope >
149
+ <exclusions >
150
+ <exclusion >
151
+ <groupId >javax.annotation</groupId >
152
+ <artifactId >javax.annotation-api</artifactId >
153
+ </exclusion >
154
+ </exclusions >
155
+ </dependency >
156
+ <!-- For Moneta -->
157
+ <dependency >
158
+ <groupId >jakarta.annotation</groupId >
159
+ <artifactId >jakarta.annotation-api</artifactId >
160
+ <scope >test</scope >
149
161
</dependency >
150
162
<dependency >
151
163
<groupId >com.fasterxml.jackson.core</groupId >
Original file line number Diff line number Diff line change 76
76
<groupId >org.javamoney</groupId >
77
77
<artifactId >moneta</artifactId >
78
78
<scope >test</scope >
79
+ <exclusions >
80
+ <exclusion >
81
+ <groupId >javax.annotation</groupId >
82
+ <artifactId >javax.annotation-api</artifactId >
83
+ </exclusion >
84
+ </exclusions >
85
+ </dependency >
86
+ <!-- For Moneta -->
87
+ <dependency >
88
+ <groupId >jakarta.annotation</groupId >
89
+ <artifactId >jakarta.annotation-api</artifactId >
90
+ <scope >test</scope >
79
91
</dependency >
80
92
<dependency >
81
93
<groupId >org.jboss.arquillian.testng</groupId >
91
103
<groupId >org.jboss.weld</groupId >
92
104
<artifactId >weld-core-impl</artifactId >
93
105
<scope >test</scope >
106
+ <exclusions >
107
+ <exclusion >
108
+ <groupId >org.jboss.spec.javax.interceptor</groupId >
109
+ <artifactId >
110
+ jboss-interceptors-api_1.2_spec
111
+ </artifactId >
112
+ </exclusion >
113
+ <exclusion >
114
+ <groupId >javax.enterprise</groupId >
115
+ <artifactId >cdi-api</artifactId >
116
+ </exclusion >
117
+ </exclusions >
118
+ </dependency >
119
+ <dependency >
120
+ <groupId >jakarta.interceptor</groupId >
121
+ <artifactId >jakarta.interceptor-api</artifactId >
122
+ <scope >test</scope >
123
+ </dependency >
124
+ <dependency >
125
+ <groupId >jakarta.enterprise</groupId >
126
+ <artifactId >jakarta.enterprise.cdi-api</artifactId >
127
+ <scope >test</scope >
94
128
</dependency >
95
129
<dependency >
96
130
<groupId >jakarta.persistence</groupId >
Original file line number Diff line number Diff line change 64
64
<groupId >org.javamoney</groupId >
65
65
<artifactId >moneta</artifactId >
66
66
<scope >test</scope >
67
+ <exclusions >
68
+ <exclusion >
69
+ <groupId >javax.annotation</groupId >
70
+ <artifactId >javax.annotation-api</artifactId >
71
+ </exclusion >
72
+ </exclusions >
73
+ </dependency >
74
+ <!-- For Moneta -->
75
+ <dependency >
76
+ <groupId >jakarta.annotation</groupId >
77
+ <artifactId >jakarta.annotation-api</artifactId >
78
+ <scope >test</scope >
67
79
</dependency >
68
80
69
81
<!-- script engines -->
Original file line number Diff line number Diff line change 536
536
<requireMavenVersion >
537
537
<version >${maven.min.version} </version >
538
538
</requireMavenVersion >
539
+ <bannedDependencies >
540
+ <excludes >
541
+ <exclude >javax.validation:validation-api</exclude >
542
+ <exclude >org.glassfish:javax.el</exclude >
543
+ <exclude >javax.annotation:javax.annotation-api</exclude >
544
+ <exclude >org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.2_spec</exclude >
545
+ <exclude >javax.enterprise:cdi-api</exclude >
546
+ <exclude >javax.persistence:javax.persistence-api</exclude >
547
+ </excludes >
548
+ </bannedDependencies >
539
549
</rules >
540
550
</configuration >
541
551
</execution >
You can’t perform that action at this time.
0 commit comments