REPO-1238 / REPO-1567: Websphere doesn't start with OpenCMIS 1.0.0

- Update jaxb libraries versions for the full installer as well.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/services/full-installer/branches/5.2.N@132775 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Ancuta Morarasu
2016-11-15 13:09:09 +00:00
parent 5093fb7df0
commit c595a39b19

View File

@@ -145,10 +145,16 @@
<artifactId>jaxb-impl</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>2.2.11</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.1</version>
<version>2.2.12</version>
<scope>provided</scope>
</dependency>
<dependency>