Skip to content

Commit

Permalink
DROOLS-1437 Avoid stax-utils dependency by performing manual indentat…
Browse files Browse the repository at this point in the history
…ion (kiegroup#44)

Complement kiegroup#37 that was missing to erase the 
stax-utils from the dependencyManagement .
  • Loading branch information
tarilabs authored and etirelli committed Feb 28, 2017
1 parent 8c73f75 commit a459081
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions kie-dmn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,22 +87,11 @@
<artifactId>kie-dmn-core</artifactId>
<version>${version.org.kie}</version>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-core</artifactId>
<version>2.2.1</version>
</dependency>
<dependency>
<groupId>net.java.dev.stax-utils</groupId>
<artifactId>stax-utils</artifactId>
<version>20070216</version>
<exclusions>
<exclusion>
<groupId>com.bea.xml</groupId>
<artifactId>jsr173-ri</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-core</artifactId>
<version>2.2.1</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit a459081

Please sign in to comment.