Skip to content
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.

Commit

Permalink
found the typo which caused the FI inclusion issue - reverting previo…
Browse files Browse the repository at this point in the history
…u changes and fixing it the right way

Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Jun 24, 2017
1 parent 84089fc commit 9647584
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions jaxb-ri/bundles/osgi/osgi/pom.xml
Expand Up @@ -85,7 +85,7 @@ holder.
<version>${project.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<!-- <dependency>
<groupId>org.jvnet.staxex</groupId>
<artifactId>stax-ex</artifactId>
<version>${stax-ex.version}</version>
Expand All @@ -96,7 +96,7 @@ holder.
<artifactId>FastInfoset</artifactId>
<version>${fastinfoset.version}</version>
<optional>true</optional>
</dependency>
</dependency>-->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down Expand Up @@ -275,9 +275,7 @@ holder.
com.sun.xml.dtdparser;version=${dtd-parser.version},
com.sun.xml.dtdparser.*;version=${dtd-parser.version},
com.sun.xml.fastinfoset;version=${fastinfoset.version},
com.sun.xml.fastinfoset.sax;version=${fastinfoset.version},
com.sun.xml.fastinfoset.stax;version=${fastinfoset.version},
com.sun.xml.fastinfoset.vocab;version=${fastinfoset.version},
com.sun.xml.fastinfoset.*;version=${fastinfoset.version},
com.sun.xml.txw2;version=${jaxb.osgiVersion},
com.sun.xml.txw2.*;version=${jaxb.osgiVersion},
com.sun.xml.xsom;version=${jaxb.osgiVersion},
Expand Down Expand Up @@ -383,7 +381,7 @@ holder.
<include>com.sun.xml.bind:jaxb-jxc</include>
<include>com.sun.xml.bind:jaxb1-impl</include>
<include>org.jvnet.staxex:stax-ex</include>
<include>com.sun.xml.fastinfoset:FastInfoSet</include>
<include>com.sun.xml.fastinfoset:FastInfoset</include>
</includes>
<excludes>
<exclude>org.glassfish.jaxb:jaxb-runtime</exclude>
Expand Down

0 comments on commit 9647584

Please sign in to comment.