File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name := " integration"
22
33libraryDependencies += (" com.github.tmtsoftware.esw" %% " esw-testkit" % " f9cbac5" )
4- libraryDependencies += (" com.github.tmtsoftware.esw-observing-simulation" %% " iris-irisdeploy" % " 4aaa48b " )
5- libraryDependencies += (" com.github.tmtsoftware.esw-observing-simulation" %% " wfos-wfosdeploy" % " 4aaa48b " )
4+ libraryDependencies += (" com.github.tmtsoftware.esw-observing-simulation" %% " iris-irisdeploy" % " cc725ab " )
5+ libraryDependencies += (" com.github.tmtsoftware.esw-observing-simulation" %% " wfos-wfosdeploy" % " cc725ab " )
66libraryDependencies += (" com.github.tmtsoftware.rtm" %% " rtm" % " 0.4.1" )
77scalafmtConfig := file(" ../.scalafmt.conf" )
88
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ containers: [
88 orgName: "com.github.tmtsoftware.esw-observing-simulation"
99 deployModule: "iris-irisdeploy"
1010 appName: "iris.irisdeploy.IrisContainerCmdApp"
11- version: "4aaa48b "
11+ version: "cc725ab "
1212 # mode can be one of Container or Standalone
1313 mode: "Container"
1414 # path of individual container configuration file
@@ -22,7 +22,7 @@ containers: [
2222 orgName: "com.github.tmtsoftware.esw-observing-simulation"
2323 deployModule: "wfos-wfosdeploy"
2424 appName: "wfos.wfosdeploy.WfosContainerCmdApp"
25- version: "4aaa48b "
25+ version: "cc725ab "
2626 # mode can be one of Container or Standalone
2727 mode: "Container"
2828 # path of individual container configuration file
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ containers: [
88 orgName: "com.github.tmtsoftware.esw-observing-simulation"
99 deployModule: "iris-irisdeploy"
1010 appName: "iris.irisdeploy.IrisContainerCmdApp"
11- version: "4aaa48b "
11+ version: "cc725ab "
1212 # path of individual container configuration file
1313 # provide correct path of config file below
1414 configFilePath: "irisContainerPath"
@@ -20,7 +20,7 @@ containers: [
2020 orgName: "com.github.tmtsoftware.esw-observing-simulation"
2121 deployModule: "wfos-wfosdeploy"
2222 appName: "wfos.wfosdeploy.WfosContainerCmdApp"
23- version: "4aaa48b "
23+ version: "cc725ab "
2424 # path of individual container configuration file
2525 # provide correct path of config file below
2626 configFilePath: "wfosContainerPath"
You can’t perform that action at this time.
0 commit comments