File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 115115 <phase >package</phase >
116116 <goals >
117117 <goal >copy</goal >
118- <goal >copy-dependencies</goal >
119118 </goals >
120119 <configuration >
121120 <artifactItems >
122121 <artifactItem >
123122 <groupId >com.ninecookies.wiremock.extensions</groupId >
124123 <artifactId >wiremock-extensions</artifactId >
125124 <version >0.4.1</version >
125+ <classifier >jar-with-dependencies</classifier >
126126 <overWrite >false</overWrite >
127127 <destFileName >9cookies-wiremock-extensions.jar</destFileName >
128128 </artifactItem >
129129 </artifactItems >
130- <!-- <includeScope>runtime</includeScope>-->
131- <excludeArtifactIds >testcontainers</excludeArtifactIds > <!-- Looks like the library defect, it should be provided-->
132130 <outputDirectory >${project.build.directory} /test-wiremock-extension</outputDirectory >
133131 <overWriteReleases >false</overWriteReleases >
134132 <overWriteSnapshots >true</overWriteSnapshots >
You can’t perform that action at this time.
0 commit comments