Skip to content

Commit

Permalink
incubator-kie-issues#1045: Rename missing ddl-runtimes dependency (#2027
Browse files Browse the repository at this point in the history
)
  • Loading branch information
rgdoliveira authored Mar 30, 2024
1 parent e87b58c commit ae3bbb7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions persistence-commons/kogito-ddl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@

<dependencies>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-ddl-runtimes</artifactId>
<groupId>org.kie</groupId>
<artifactId>kie-ddl-runtimes</artifactId>
<version>${project.version}</version>
<classifier>db-scripts</classifier>
<type>zip</type>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<unpack>true</unpack>
<outputDirectory>.</outputDirectory>
<includes>
<include>org.kie.kogito:kogito-ddl-runtimes:zip:db-scripts</include>
<include>org.kie:kie-ddl-runtimes:zip:db-scripts</include>
</includes>
</dependencySet>
</dependencySets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<unpack>true</unpack>
<outputDirectory>.</outputDirectory>
<includes>
<include>org.kie.kogito:kogito-ddl-runtimes:zip:db-scripts</include>
<include>org.kie:kie-ddl-runtimes:zip:db-scripts</include>
</includes>
</dependencySet>
</dependencySets>
Expand Down

0 comments on commit ae3bbb7

Please sign in to comment.