Skip to content

Commit

Permalink
added jaxb dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
marcos-lg committed May 29, 2024
1 parent 85ca06a commit d05330a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
<opencsv.version>5.7.1</opencsv.version>
<geojson.version>1.14</geojson.version>
<avro.version>1.8.2</avro.version>
<jaxb-api.version>2.3.1</jaxb-api.version>

<!-- Hadoop -->
<hadoop.version>2.6.0-cdh5.16.2</hadoop.version>
Expand Down Expand Up @@ -748,6 +749,13 @@
</exclusions>
</dependency>

<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>${jaxb-api.version}</version>
</dependency>


<!-- Test dependencies -->
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
Expand Down

0 comments on commit d05330a

Please sign in to comment.