Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge pull request #12 from zanata/rhbz1225290
Browse files Browse the repository at this point in the history
Add jaxb-impl dependency for xliff writer
  • Loading branch information
Alex Eng committed May 27, 2015
2 parents 58a0a3f + 751368a commit c302cef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -69,6 +69,11 @@
<artifactId>zanata-common-util</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.2.4</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
4 changes: 4 additions & 0 deletions zanata-adapter-xliff/pom.xml
Expand Up @@ -36,5 +36,9 @@
<groupId>javax.xml.stream</groupId>
<artifactId>stax-api</artifactId>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
</dependency>
</dependencies>
</project>

0 comments on commit c302cef

Please sign in to comment.