Skip to content

Commit

Permalink
feat: Add missing Packaging Dependency - Meeds-io/MIPs#76
Browse files Browse the repository at this point in the history
  • Loading branch information
boubaker committed Dec 18, 2023
1 parent b55d310 commit c08822c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,21 @@
<groupId>${project.groupId}</groupId>
<artifactId>kudos-services</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>kudos-webapps</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
<type>war</type>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>kudos-packaging</artifactId>
<version>${project.version}</version>
<type>zip</type>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit c08822c

Please sign in to comment.