|
|
@ -176,7 +176,26 @@ |
|
|
|
<artifactId>jacob</artifactId> |
|
|
|
<version>1.18</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-impl</artifactId> |
|
|
|
<version>2.3.0</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.glassfish.jaxb</groupId> |
|
|
|
<artifactId>jaxb-runtime</artifactId> |
|
|
|
<version>2.3.0</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>javax.activation</groupId> |
|
|
|
<artifactId>activation</artifactId> |
|
|
|
<version>1.1.1</version> |
|
|
|
</dependency> |
|
|
|
</dependencies> |
|
|
|
|
|
|
|
<distributionManagement> |
|
|
|