Skip to content

Commit 3acb2c9

Browse files
committed
fix: correct class name of HttpTransporterFactory
fixes #2392 Signed-off-by: Jan-Niklas Pieninck <[email protected]>
1 parent 594d291 commit 3acb2c9

File tree

1 file changed

+1
-1
lines changed
  • spring-cloud-contract-stub-runner/src/main/java/org/springframework/cloud/contract/stubrunner

1 file changed

+1
-1
lines changed

spring-cloud-contract-stub-runner/src/main/java/org/springframework/cloud/contract/stubrunner/AetherFactories.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public void serviceCreationFailed(Class<?> type, Class<?> impl, Throwable except
140140
registerIfPresent(locator, "org.eclipse.aether.transport.file.FileTransporterFactory",
141141
TransporterFactory.class);
142142

143-
registerIfPresent(locator, "org.eclipse.aether.transport.http.HttpTransporterFanewRepositorySystemctory",
143+
registerIfPresent(locator, "org.eclipse.aether.transport.http.HttpTransporterFactory",
144144
TransporterFactory.class);
145145

146146
RepositorySystem system = locator.getService(RepositorySystem.class);

0 commit comments

Comments
 (0)