|
51 | 51 | <groupId>com.fasterxml.jackson.core</groupId> |
52 | 52 | <artifactId>jackson-databind</artifactId> |
53 | 53 | </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. --> |
56 | 55 | <dependency> |
57 | 56 | <groupId>commons-codec</groupId> |
58 | 57 | <artifactId>commons-codec</artifactId> |
|
120 | 119 | <version>${junit.version}</version> |
121 | 120 | <scope>test</scope> |
122 | 121 | </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> |
191 | 122 | <dependency> |
192 | 123 | <groupId>org.mock-server</groupId> |
193 | 124 | <artifactId>mockserver-junit-jupiter-no-dependencies</artifactId> |
194 | 125 | <version>${mockserver.version}</version> |
| 126 | + <scope>test</scope> |
195 | 127 | </dependency> |
196 | 128 | <dependency> |
197 | 129 | <groupId>commons-io</groupId> |
|
0 commit comments