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:22 UTC

[syncope] 36/36: minor fixes to revert changes

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 5f292db36148e06a415a40fcef87248a614f1093
Author: Misagh Moayyed <mm...@gmail.com>
AuthorDate: Mon Mar 16 19:25:21 2020 +0330

    minor fixes to revert changes
---
 pom.xml | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/pom.xml b/pom.xml
index 46ead91..11ed853 100644
--- a/pom.xml
+++ b/pom.xml
@@ -439,7 +439,6 @@ under the License.
 
     <log4j.version>2.13.1</log4j.version>
     <disruptor.version>3.4.2</disruptor.version>
-    <batik.version>1.10</batik.version>
     
     <commons-jexl.version>3.1</commons-jexl.version>
     <commons-lang.version>3.9</commons-lang.version>
@@ -1382,26 +1381,6 @@ under the License.
           </exclusion>
         </exclusions>
       </dependency>
-      <dependency>
-        <groupId>org.apache.xmlgraphics</groupId>
-        <artifactId>batik-bridge</artifactId>
-        <version>${batik.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.xmlgraphics</groupId>
-        <artifactId>batik-i18n</artifactId>
-        <version>${batik.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.xmlgraphics</groupId>
-        <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>
         <groupId>org.flowable</groupId>