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

lprimak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git


The following commit(s) were added to refs/heads/main by this push:
     new ce0eeaef [SHIRO-889] Jakarta JAR for shiro-spring-boot-starter module
     new 4aa4db5c Merge pull request #632 from lucasdillmann/main
ce0eeaef is described below

commit ce0eeaefdde2b59fd3f57f12144877dbf3d119b1
Author: Lucas Dillmann <[email protected]>
AuthorDate: Fri Jan 6 00:09:24 2023 -0300

    [SHIRO-889] Jakarta JAR for shiro-spring-boot-starter module
---
 support/spring-boot/spring-boot-starter/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/support/spring-boot/spring-boot-starter/pom.xml 
b/support/spring-boot/spring-boot-starter/pom.xml
index 9fb94d27..d824b28f 100644
--- a/support/spring-boot/spring-boot-starter/pom.xml
+++ b/support/spring-boot/spring-boot-starter/pom.xml
@@ -89,4 +89,12 @@
         </dependency>
     </dependencies>
 
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-shade-plugin</artifactId>
+            </plugin>
+        </plugins>
+    </build>
 </project>

Reply via email to