Skip to content

Commit

Permalink
Package wfnew-api as jar for aggregate-module
Browse files Browse the repository at this point in the history
  • Loading branch information
ssylver93 committed Sep 26, 2024
1 parent e6b5ef5 commit 626a11d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
12 changes: 0 additions & 12 deletions server/wfprev-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<groupId>ca.bc.gov.nrs.wfprev</groupId>
<artifactId>wfprev-api</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>wfprev-api</name>
<description>Demo project for Spring Boot</description>
<url/>
Expand Down Expand Up @@ -278,17 +277,6 @@
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down
1 change: 1 addition & 0 deletions wfprev-report-aggregate-module/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<dependency>
<groupId>ca.bc.gov.nrs.wfprev</groupId>
<artifactId>wfprev-api</artifactId>
<scope>provided</scope>
<version>${project.version}</version>
</dependency>
</dependencies>
Expand Down

0 comments on commit 626a11d

Please sign in to comment.