You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bm...@apache.org on 2023/06/22 15:04:37 UTC

[shiro] branch dependabot/maven/io.openliberty.tools-liberty-maven-plugin-3.8.2 updated: OpenLiberty/ci.maven#1700: use fat application for now

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

bmarwell pushed a commit to branch dependabot/maven/io.openliberty.tools-liberty-maven-plugin-3.8.2
in repository https://gitbox.apache.org/repos/asf/shiro.git


The following commit(s) were added to refs/heads/dependabot/maven/io.openliberty.tools-liberty-maven-plugin-3.8.2 by this push:
     new 783c28bfc OpenLiberty/ci.maven#1700: use fat application for now
783c28bfc is described below

commit 783c28bfc3f1927e21be566bbb304f8ea269f1bd
Author: Benjamin Marwell <bm...@apache.org>
AuthorDate: Thu Jun 22 17:04:28 2023 +0200

    OpenLiberty/ci.maven#1700: use fat application for now
---
 integration-tests/jaxrs/openliberty/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/integration-tests/jaxrs/openliberty/pom.xml b/integration-tests/jaxrs/openliberty/pom.xml
index 79784906c..5fa2f3062 100644
--- a/integration-tests/jaxrs/openliberty/pom.xml
+++ b/integration-tests/jaxrs/openliberty/pom.xml
@@ -70,6 +70,7 @@
                         <feature>jsonb-1.0</feature>
                     </features>
                     <deployPackages>dependencies</deployPackages>
+                    <looseApplication>false</looseApplication>
                     <copyDependencies>
                         <dependency>
                             <groupId>org.slf4j</groupId>