Skip to content

Commit ab0b9ae

Browse files
committed
Give up and use JAR with dependencies
1 parent 4efc3db commit ab0b9ae

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,20 +115,18 @@
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>

0 commit comments

Comments
 (0)