You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by mm...@apache.org on 2020/03/16 15:56:19 UTC

[syncope] 33/36: fix build

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

mmoayyed pushed a commit to branch SYNCOPE-1545
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit c7cdd081f3ee7c8ca41066a38e0d0b36925691d2
Author: Misagh Moayyed <mm...@gmail.com>
AuthorDate: Mon Mar 16 12:48:38 2020 +0330

    fix build
---
 core/idrepo/logic/pom.xml |  5 ++++-
 pom.xml                   | 23 ++++++-----------------
 wa/pom.xml                |  2 +-
 3 files changed, 11 insertions(+), 19 deletions(-)

diff --git a/core/idrepo/logic/pom.xml b/core/idrepo/logic/pom.xml
index 67df68e..d7da6ac 100644
--- a/core/idrepo/logic/pom.xml
+++ b/core/idrepo/logic/pom.xml
@@ -78,7 +78,10 @@ under the License.
       <groupId>org.apache.xmlgraphics</groupId>
       <artifactId>batik-constants</artifactId>
     </dependency>
-
+    <dependency>
+      <groupId>org.apache.xmlgraphics</groupId>
+      <artifactId>batik-bridge</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-core</artifactId>
diff --git a/pom.xml b/pom.xml
index 439c774..772a19a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -445,7 +445,7 @@ under the License.
     <commons-lang.version>3.9</commons-lang.version>
     <commons-text.version>1.8</commons-text.version>
     <commons-logging.version>1.1.3</commons-logging.version>
-    <batik.version>1.10</batik.version>
+   
     <tika.version>1.23</tika.version>
     <joda.version>2.10.5</joda.version>
 
@@ -1378,22 +1378,6 @@ under the License.
             <artifactId>xalan</artifactId>
           </exclusion>
           <exclusion>
-            <groupId>org.apache.xmlgraphics</groupId>
-            <artifactId>batik-svg-dom</artifactId>
-          </exclusion>
-          <exclusion>
-            <groupId>org.apache.xmlgraphics</groupId>
-            <artifactId>batik-bridge</artifactId>
-          </exclusion>
-          <exclusion>
-            <groupId>org.apache.xmlgraphics</groupId>
-            <artifactId>batik-transcoder</artifactId>
-          </exclusion>
-          <exclusion>
-            <groupId>org.apache.xmlgraphics</groupId>
-            <artifactId>batik-extension</artifactId>
-          </exclusion>
-          <exclusion>
             <groupId>javax.servlet</groupId>
             <artifactId>servlet-api</artifactId>
           </exclusion>
@@ -1409,6 +1393,11 @@ under the License.
         <artifactId>batik-constants</artifactId>
         <version>${batik.version}</version>
       </dependency>
+      <dependency>
+        <groupId>org.apache.xmlgraphics</groupId>
+        <artifactId>batik-bridge</artifactId>
+        <version>${batik.version}</version>
+      </dependency>
 
       <!-- Flowable -->
       <dependency>
diff --git a/wa/pom.xml b/wa/pom.xml
index a4ced9b..3e48bb1 100644
--- a/wa/pom.xml
+++ b/wa/pom.xml
@@ -421,5 +421,5 @@ under the License.
       <url>https://build.shibboleth.net/nexus/content/groups/public</url>
     </repository>
   </repositories>
-</project>
+
 </project>