This is an automated email from the ASF dual-hosted git repository.
jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/johnzon.git
The following commit(s) were added to refs/heads/master by this push:
new a0a1738c feat: we don't need the shade plugin anymore
a0a1738c is described below
commit a0a1738cc936815619bfe4845ae402887398ffe5
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Tue Oct 24 14:27:09 2023 +0200
feat: we don't need the shade plugin anymore
Signed-off-by: Jean-Louis Monteiro <[email protected]>
---
johnzon-core/pom.xml | 4 ----
johnzon-jaxrs/pom.xml | 4 ----
johnzon-json-extras/pom.xml | 8 --------
johnzon-jsonb/pom.xml | 4 ----
johnzon-jsonlogic/pom.xml | 4 ----
johnzon-jsonschema/pom.xml | 4 ----
johnzon-mapper/pom.xml | 4 ----
johnzon-websocket/pom.xml | 4 ----
8 files changed, 36 deletions(-)
diff --git a/johnzon-core/pom.xml b/johnzon-core/pom.xml
index 00cf51c4..3fb3941f 100644
--- a/johnzon-core/pom.xml
+++ b/johnzon-core/pom.xml
@@ -46,10 +46,6 @@
</instructions>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-shade-plugin</artifactId>
- </plugin>
</plugins>
</build>
diff --git a/johnzon-jaxrs/pom.xml b/johnzon-jaxrs/pom.xml
index 3ca4a654..af972123 100644
--- a/johnzon-jaxrs/pom.xml
+++ b/johnzon-jaxrs/pom.xml
@@ -74,10 +74,6 @@
</instructions>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-shade-plugin</artifactId>
- </plugin>
</plugins>
</build>
diff --git a/johnzon-json-extras/pom.xml b/johnzon-json-extras/pom.xml
index 0a31375d..e47ca9ea 100644
--- a/johnzon-json-extras/pom.xml
+++ b/johnzon-json-extras/pom.xml
@@ -48,12 +48,4 @@
</dependency>
</dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-shade-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
</project>
diff --git a/johnzon-jsonb/pom.xml b/johnzon-jsonb/pom.xml
index 64161114..3409e1e5 100644
--- a/johnzon-jsonb/pom.xml
+++ b/johnzon-jsonb/pom.xml
@@ -112,10 +112,6 @@
<build>
<plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-shade-plugin</artifactId>
- </plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
diff --git a/johnzon-jsonlogic/pom.xml b/johnzon-jsonlogic/pom.xml
index e2a47521..779e79c2 100644
--- a/johnzon-jsonlogic/pom.xml
+++ b/johnzon-jsonlogic/pom.xml
@@ -49,10 +49,6 @@
</instructions>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-shade-plugin</artifactId>
- </plugin>
</plugins>
</build>
</project>
diff --git a/johnzon-jsonschema/pom.xml b/johnzon-jsonschema/pom.xml
index d4e65049..22735174 100644
--- a/johnzon-jsonschema/pom.xml
+++ b/johnzon-jsonschema/pom.xml
@@ -63,10 +63,6 @@
</instructions>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-shade-plugin</artifactId>
- </plugin>
</plugins>
</build>
diff --git a/johnzon-mapper/pom.xml b/johnzon-mapper/pom.xml
index a97e6868..067a2f97 100644
--- a/johnzon-mapper/pom.xml
+++ b/johnzon-mapper/pom.xml
@@ -85,10 +85,6 @@
</instructions>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-shade-plugin</artifactId>
- </plugin>
</plugins>
</build>
</project>
diff --git a/johnzon-websocket/pom.xml b/johnzon-websocket/pom.xml
index a86963ea..ae87122e 100644
--- a/johnzon-websocket/pom.xml
+++ b/johnzon-websocket/pom.xml
@@ -162,10 +162,6 @@
</instructions>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-shade-plugin</artifactId>
- </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>