Skip to content

Commit

Permalink
Merge pull request #1588 from /issues/1587-remove-jar-packaging
Browse files Browse the repository at this point in the history
Fix #1587: Remove maven implicit jar packaging
  • Loading branch information
banterCZ authored Feb 23, 2024
2 parents a5a5644 + 4d7c738 commit 4d2f545
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion powerauth-data-adapter-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

<name>powerauth-data-adapter-client</name>
<artifactId>powerauth-data-adapter-client</artifactId>
<packaging>jar</packaging>

<parent>
<artifactId>powerauth-webflow-parent</artifactId>
Expand Down
1 change: 0 additions & 1 deletion powerauth-data-adapter-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

<name>powerauth-data-adapter-model</name>
<artifactId>powerauth-data-adapter-model</artifactId>
<packaging>jar</packaging>

<parent>
<artifactId>powerauth-webflow-parent</artifactId>
Expand Down
1 change: 0 additions & 1 deletion powerauth-nextstep-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
<artifactId>powerauth-nextstep-client</artifactId>
<name>powerauth-nextstep-client</name>
<groupId>io.getlime.security</groupId>
<packaging>jar</packaging>

<dependencies>
<!-- PowerAuth Web Flow Dependencies -->
Expand Down
1 change: 0 additions & 1 deletion powerauth-nextstep-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
<artifactId>powerauth-nextstep-model</artifactId>
<name>powerauth-nextstep-model</name>
<groupId>io.getlime.security</groupId>
<packaging>jar</packaging>

<parent>
<groupId>io.getlime.security</groupId>
Expand Down
1 change: 0 additions & 1 deletion powerauth-tpp-engine-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@

<name>powerauth-tpp-engine-client</name>
<artifactId>powerauth-tpp-engine-client</artifactId>
<packaging>jar</packaging>

<dependencies>

Expand Down
1 change: 0 additions & 1 deletion powerauth-tpp-engine-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

<name>powerauth-tpp-engine-model</name>
<artifactId>powerauth-tpp-engine-model</artifactId>
<packaging>jar</packaging>

<dependencies>
<!-- PowerAuth Dependencies -->
Expand Down
1 change: 0 additions & 1 deletion powerauth-webflow-authentication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-webflow-authentication</artifactId>
<name>powerauth-webflow-authentication</name>
<packaging>jar</packaging>

<dependencies>
<!-- Spring Dependencies -->
Expand Down
1 change: 0 additions & 1 deletion powerauth-webflow-i18n/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<artifactId>powerauth-webflow-i18n</artifactId>
<groupId>io.getlime.security</groupId>
<description>PowerAuth Next Step Server</description>
<packaging>jar</packaging>

<parent>
<groupId>io.getlime.security</groupId>
Expand Down
1 change: 0 additions & 1 deletion powerauth-webflow-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-webflow-resources</artifactId>
<name>powerauth-webflow-resources</name>
<packaging>jar</packaging>

<dependencies>
<dependency>
Expand Down

0 comments on commit 4d2f545

Please sign in to comment.