[JAVA-18810] Added missing libraries(jaxb) (#13576)
This commit is contained in:
parent
84567cf366
commit
5c7bfabbf0
@ -46,9 +46,9 @@
|
|||||||
<version>${google-sheets.version}</version>
|
<version>${google-sheets.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>javax.xml.bind</groupId>
|
<groupId>org.glassfish.jaxb</groupId>
|
||||||
<artifactId>jaxb-api</artifactId>
|
<artifactId>jaxb-runtime</artifactId>
|
||||||
<version>${jaxb-api.version}</version>
|
<version>${jaxb-runtime.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.docx4j</groupId>
|
<groupId>org.docx4j</groupId>
|
||||||
@ -104,8 +104,8 @@
|
|||||||
<opencsv.version>4.1</opencsv.version>
|
<opencsv.version>4.1</opencsv.version>
|
||||||
<google-api.version>1.23.0</google-api.version>
|
<google-api.version>1.23.0</google-api.version>
|
||||||
<google-sheets.version>v4-rev493-1.21.0</google-sheets.version>
|
<google-sheets.version>v4-rev493-1.21.0</google-sheets.version>
|
||||||
<docx4j.version>3.3.5</docx4j.version>
|
<docx4j.version>6.1.2</docx4j.version>
|
||||||
<jaxb-api.version>2.1</jaxb-api.version>
|
<jaxb-runtime.version>2.3.1</jaxb-runtime.version>
|
||||||
<gson.version>2.8.7</gson.version>
|
<gson.version>2.8.7</gson.version>
|
||||||
<yamlbeans.version>1.15</yamlbeans.version>
|
<yamlbeans.version>1.15</yamlbeans.version>
|
||||||
<apache-thrift.version>0.14.2</apache-thrift.version>
|
<apache-thrift.version>0.14.2</apache-thrift.version>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user