Merge pull request #148 from machshev/hotfix/pom-xml-update-jaxb-deps
Added JAXB maven dependency to pom.xml to allow build from source on ubuntu
This commit is contained in:
commit
28181c8321
1 changed files with 16 additions and 0 deletions
16
pom.xml
16
pom.xml
|
@ -235,5 +235,21 @@
|
|||
<artifactId>opencsv</artifactId>
|
||||
<version>3.7</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>javax.xml.bind</groupId>
|
||||
<artifactId>jaxb-api</artifactId>
|
||||
<version>2.3.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.sun.xml.bind</groupId>
|
||||
<artifactId>jaxb-core</artifactId>
|
||||
<version>2.3.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.sun.xml.bind</groupId>
|
||||
<artifactId>jaxb-impl</artifactId>
|
||||
<version>2.3.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
Loading…
Reference in a new issue