Skip to content

Commit

Permalink
Merge pull request #3884 from Agnul97/fix-liquibaseFksDependencies
Browse files Browse the repository at this point in the history
FIX - Foreign keys liquibase scripts correctly imported and executed
  • Loading branch information
Coduz authored Oct 30, 2023
2 parents e1a0e7d + f600bbb commit 30c0262
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 15 deletions.
1 change: 0 additions & 1 deletion assembly/api/descriptors/kapua-api-jetty.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@

<includes>
<include>${pom.groupId}:kapua-rest-api-web:war</include>
<include>${pom.groupId}:kapua-foreignkeys</include>
</includes>

</dependencySet>
Expand Down
4 changes: 0 additions & 4 deletions assembly/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,6 @@
<artifactId>kapua-transport-mqtt</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua-foreignkeys</artifactId>
</dependency>
<dependency>
<!-- Google protobuf for message encoding -->
<groupId>com.google.protobuf</groupId>
Expand Down
1 change: 0 additions & 1 deletion assembly/console/descriptors/kapua-console-jetty.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@

<includes>
<include>${pom.groupId}:kapua-console-web:war</include>
<include>${pom.groupId}:kapua-foreignkeys</include>
</includes>

</dependencySet>
Expand Down
4 changes: 0 additions & 4 deletions assembly/console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,6 @@
<artifactId>kapua-transport-mqtt</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua-foreignkeys</artifactId>
</dependency>
<dependency>
<!-- Google protobuf for message encoding -->
<groupId>com.google.protobuf</groupId>
Expand Down
1 change: 0 additions & 1 deletion assembly/job-engine/descriptors/kapua-job-engine-jetty.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@

<includes>
<include>${pom.groupId}:kapua-job-engine-app-web:war</include>
<include>${pom.groupId}:kapua-foreignkeys</include>
</includes>

</dependencySet>
Expand Down
4 changes: 0 additions & 4 deletions assembly/job-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@
<artifactId>kapua-assembly-java-base</artifactId>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua-foreignkeys</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua-job-engine-app-web</artifactId>
Expand Down
4 changes: 4 additions & 0 deletions job-engine/app/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,10 @@
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua-endpoint-internal</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua-foreignkeys</artifactId>
</dependency>
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-web</artifactId>
Expand Down
4 changes: 4 additions & 0 deletions rest-api/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,10 @@
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua-user-internal</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua-foreignkeys</artifactId>
</dependency>

<!-- Jersey -->
<dependency>
Expand Down

0 comments on commit 30c0262

Please sign in to comment.