Skip to content

Commit

Permalink
changed dependencies to re-introduce correclty foreign key liquibase …
Browse files Browse the repository at this point in the history
…scripts on containers
  • Loading branch information
angelo.andreussi authored and Coduz committed Oct 30, 2023
1 parent 2d3682f commit fe31438
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 11 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 @@ -139,10 +139,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: 4 additions & 0 deletions job-engine/app/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,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 @@ -141,6 +141,10 @@
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua-user-internal</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.kapua</groupId>
<artifactId>kapua-foreignkeys</artifactId>
</dependency>

<dependency>
<groupId>org.glassfish.hk2</groupId>
Expand Down

0 comments on commit fe31438

Please sign in to comment.