This is an automated email from the ASF dual-hosted git repository.

rmannibucau 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 62fc2346 support jakarta classifier for jsonlogic module
62fc2346 is described below

commit 62fc2346a750743bf935c6ae19b2ac2e64fe5d61
Author: Romain Manni-Bucau <rmannibu...@gmail.com>
AuthorDate: Thu May 12 17:35:09 2022 +0200

    support jakarta classifier for jsonlogic module
---
 johnzon-jsonlogic/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/johnzon-jsonlogic/pom.xml b/johnzon-jsonlogic/pom.xml
index 1710bfa0..a9d7643f 100644
--- a/johnzon-jsonlogic/pom.xml
+++ b/johnzon-jsonlogic/pom.xml
@@ -37,4 +37,14 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-shade-plugin</artifactId>
+        <version>3.2.2</version>
+      </plugin>
+    </plugins>
+  </build>
 </project>

Reply via email to