[jboss-jira] [JBoss JIRA] (DROOLS-1437) Avoid stax-utils dependency by manual indentation

Matteo Mortari (JIRA) issues at jboss.org
Mon Feb 13 05:55:00 EST 2017


Matteo Mortari created DROOLS-1437:
--------------------------------------

             Summary: Avoid stax-utils dependency by manual indentation
                 Key: DROOLS-1437
                 URL: https://issues.jboss.org/browse/DROOLS-1437
             Project: Drools
          Issue Type: Enhancement
          Components: dmn engine
            Reporter: Matteo Mortari
            Assignee: Matteo Mortari


Avoid the stax-utils dependency:

{code:xml}
<dependency>
      <groupId>net.java.dev.stax-utils</groupId>
      <artifactId>stax-utils</artifactId>
      <exclusions>
        <exclusion>
        <groupId>com.bea.xml</groupId>
        <artifactId>jsr173-ri</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
{code}

by implementing manually indentation during serialization.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list