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

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git

commit e7170038e1eceeff07a21210034fb533d68682f6
Author: wei <[email protected]>
AuthorDate: Mon Feb 17 16:43:17 2020 +0800

    remove hsqldb dependency from default profile
---
 services/idp/pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/services/idp/pom.xml b/services/idp/pom.xml
index 79787c5..839687b 100644
--- a/services/idp/pom.xml
+++ b/services/idp/pom.xml
@@ -274,13 +274,6 @@
                 
<jpa.url>jdbc:hsqldb:target/db/realma/myDB;shutdown=true</jpa.url>
                 <realm>realm-a</realm>
             </properties>
-            <dependencies>
-                <dependency>
-                    <groupId>org.hsqldb</groupId>
-                    <artifactId>hsqldb</artifactId>
-                    <version>${hsqldb.version}</version>
-                </dependency>
-            </dependencies>
             <build>
                 <filters>
                     <filter>src/main/filters/realm-a/env.properties</filter>

Reply via email to