File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 124
124
<groupId >org.apache.maven</groupId >
125
125
<artifactId >maven-archiver</artifactId >
126
126
<version >3.5.2</version >
127
+ <exclusions >
128
+ <exclusion >
129
+ <groupId >org.apache.maven</groupId >
130
+ <artifactId >maven-core</artifactId >
131
+ </exclusion >
132
+ <exclusion >
133
+ <groupId >org.apache.maven</groupId >
134
+ <artifactId >maven-model</artifactId >
135
+ </exclusion >
136
+ <exclusion >
137
+ <groupId >org.apache.maven</groupId >
138
+ <artifactId >maven-artifact</artifactId >
139
+ </exclusion >
140
+ </exclusions >
127
141
</dependency >
128
142
<dependency >
129
143
<groupId >org.apache.maven.surefire</groupId >
142
156
<groupId >org.apache.maven</groupId >
143
157
<artifactId >maven-toolchain</artifactId >
144
158
</exclusion >
159
+ <exclusion >
160
+ <groupId >org.apache.maven</groupId >
161
+ <artifactId >maven-plugin-api</artifactId >
162
+ </exclusion >
163
+ <exclusion >
164
+ <groupId >org.apache.maven.plugin-tools</groupId >
165
+ <artifactId >maven-plugin-annotations</artifactId >
166
+ </exclusion >
167
+ <exclusion >
168
+ <groupId >org.apache.maven</groupId >
169
+ <artifactId >maven-core</artifactId >
170
+ </exclusion >
171
+ <exclusion >
172
+ <groupId >org.apache.maven</groupId >
173
+ <artifactId >maven-model</artifactId >
174
+ </exclusion >
175
+ <exclusion >
176
+ <groupId >org.apache.maven</groupId >
177
+ <artifactId >maven-artifact</artifactId >
178
+ </exclusion >
145
179
</exclusions >
146
180
</dependency >
147
181
You can’t perform that action at this time.
0 commit comments