Skip to content

Commit

Permalink
[SRVLOGIC-325] use KogitoVersion variable for org.apache.kie.sonatafl…
Browse files Browse the repository at this point in the history
…ow:sonataflow-quarkus-devui version (#28) (#31)
  • Loading branch information
rgdoliveira authored Jun 13, 2024
1 parent 892c8fa commit bcde125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kn-plugin-workflow/pkg/metadata/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var KogitoBomDependency = Dependency{
var KogitoDependencies = []Dependency{
{GroupId: "org.kie", ArtifactId: "kie-addons-quarkus-knative-eventing"},
{GroupId: "org.kie", ArtifactId: "kie-addons-quarkus-source-files"},
{GroupId: "org.apache.kie.sonataflow", ArtifactId: "sonataflow-quarkus-devui", Version: PluginVersion},
{GroupId: "org.apache.kie.sonataflow", ArtifactId: "sonataflow-quarkus-devui", Version: KogitoVersion},
{GroupId: "org.kie", ArtifactId: "kogito-addons-quarkus-data-index-inmemory"},
{GroupId: "org.apache.kie.sonataflow", ArtifactId: "sonataflow-quarkus"},
}
Expand Down

0 comments on commit bcde125

Please sign in to comment.