Skip to content

Commit f54484d

Browse files
authored
Revert "ID-377 Setup pact for consumer contract testing. (#7123)"
This reverts commit 9bddbcf.
1 parent d80efee commit f54484d

File tree

12 files changed

+9
-728
lines changed

12 files changed

+9
-728
lines changed

.github/workflows/consumer_contract_tests.yml

-145
This file was deleted.

build.sbt

-6
Original file line numberDiff line numberDiff line change
@@ -355,11 +355,6 @@ lazy val `cromwell-drs-localizer` = project
355355
.dependsOn(common)
356356
.dependsOn(`cloud-nio-impl-drs` % "test->test")
357357

358-
lazy val pact4s = project.in(file("pact4s"))
359-
.settings(pact4sSettings)
360-
.dependsOn(services)
361-
.disablePlugins(sbtassembly.AssemblyPlugin)
362-
363358
lazy val server = project
364359
.withExecutableSettings("cromwell", serverDependencies)
365360
.dependsOn(engine)
@@ -425,5 +420,4 @@ lazy val root = (project in file("."))
425420
.aggregate(wes2cromwell)
426421
.aggregate(wom)
427422
.aggregate(womtool)
428-
.aggregate(pact4s)
429423
.withAggregateSettings()
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.broadinstitute.dsde.workbench.cromwell.consumer
1+
package cromwell.filesystems.blob
22

33
import au.com.dius.pact.consumer.{ConsumerPactBuilder, PactTestExecutionContext}
44
import au.com.dius.pact.core.model.RequestResponsePact

pact4s/README.md

-51
This file was deleted.

pact4s/src/main/scala/org/broadinstitute/dsde/workbench/cromwell/consumer/DrsHubClient.scala

-93
This file was deleted.

0 commit comments

Comments
 (0)