Skip to content

Commit f2640f9

Browse files
committed
WS-2609: Only one Mockserver dependency required.
1 parent cbe98b0 commit f2640f9

File tree

1 file changed

+2
-70
lines changed

1 file changed

+2
-70
lines changed

api/pom.xml

Lines changed: 2 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@
5151
<groupId>com.fasterxml.jackson.core</groupId>
5252
<artifactId>jackson-databind</artifactId>
5353
</dependency>
54-
<!-- Declaring explicitly as 4.5.x httpclient brings in an old version. And we don't want mockserver
55-
dictating the version. -->
54+
<!-- Declaring explicitly as 4.5.x httpclient brings in an old version. -->
5655
<dependency>
5756
<groupId>commons-codec</groupId>
5857
<artifactId>commons-codec</artifactId>
@@ -120,78 +119,11 @@
120119
<version>${junit.version}</version>
121120
<scope>test</scope>
122121
</dependency>
123-
<dependency>
124-
<groupId>org.mock-server</groupId>
125-
<artifactId>mockserver-client-java</artifactId>
126-
<version>${mockserver.version}</version>
127-
<scope>test</scope>
128-
</dependency>
129-
<dependency>
130-
<groupId>org.mock-server</groupId>
131-
<artifactId>mockserver-core</artifactId>
132-
<version>${mockserver.version}</version>
133-
<scope>test</scope>
134-
<exclusions>
135-
<exclusion>
136-
<groupId>com.google.code.findbugs</groupId>
137-
<artifactId>jsr305</artifactId>
138-
</exclusion>
139-
<exclusion>
140-
<groupId>commons-beanutils</groupId>
141-
<artifactId>commons-beanutils</artifactId>
142-
</exclusion>
143-
<exclusion>
144-
<groupId>org.apache.httpcomponents</groupId>
145-
<artifactId>httpclient</artifactId>
146-
</exclusion>
147-
<exclusion>
148-
<groupId>org.apache.commons</groupId>
149-
<artifactId>commons-lang3</artifactId>
150-
</exclusion>
151-
<exclusion>
152-
<groupId>commons-codec</groupId>
153-
<artifactId>commons-codec</artifactId>
154-
</exclusion>
155-
<exclusion>
156-
<groupId>commons-logging</groupId>
157-
<artifactId>commons-logging</artifactId>
158-
</exclusion>
159-
<exclusion>
160-
<groupId>jakarta.xml.bind</groupId>
161-
<artifactId>jakarta.xml.bind-api</artifactId>
162-
</exclusion>
163-
</exclusions>
164-
</dependency>
165-
<!-- Start: Specifically declared due to dependency convergence errors in mockserver-core. -->
166-
<dependency>
167-
<groupId>jakarta.xml.bind</groupId>
168-
<artifactId>jakarta.xml.bind-api</artifactId>
169-
<version>4.0.0</version>
170-
<scope>test</scope>
171-
</dependency>
172-
<dependency>
173-
<groupId>com.google.code.findbugs</groupId>
174-
<artifactId>jsr305</artifactId>
175-
<version>${findbugs-jsr305.version}</version>
176-
<scope>test</scope>
177-
</dependency>
178-
<dependency>
179-
<groupId>commons-beanutils</groupId>
180-
<artifactId>commons-beanutils</artifactId>
181-
<version>${commons-beanutils.version}</version>
182-
<scope>test</scope>
183-
</dependency>
184-
<!-- End: Specifically declared due to dependency convergence errors in mockserver-core. -->
185-
<dependency>
186-
<groupId>org.mock-server</groupId>
187-
<artifactId>mockserver-junit-rule</artifactId>
188-
<version>${mockserver.version}</version>
189-
<scope>test</scope>
190-
</dependency>
191122
<dependency>
192123
<groupId>org.mock-server</groupId>
193124
<artifactId>mockserver-junit-jupiter-no-dependencies</artifactId>
194125
<version>${mockserver.version}</version>
126+
<scope>test</scope>
195127
</dependency>
196128
<dependency>
197129
<groupId>commons-io</groupId>

0 commit comments

Comments
 (0)