Skip to content

Commit

Permalink
ci: add jaxb to plugin via dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mtf90 committed Nov 27, 2023
1 parent 02e5770 commit f61bbe8
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 @@ -232,6 +232,7 @@ limitations under the License.
<guava.version>32.1.3-jre</guava.version>
<graphviz-awt-shapes.version>0.0.1</graphviz-awt-shapes.version>
<javax-annotations.version>1.3.2</javax-annotations.version>
<jaxb-api.version>2.3.1</jaxb-api.version>
<jung.version>2.1.1</jung.version>
<jsr305.version>3.0.2</jsr305.version>
<logback.version>1.3.11</logback.version>
Expand Down Expand Up @@ -758,6 +759,13 @@ limitations under the License.
<jacocoReport>${basedir}/distribution/target/site/jacoco-aggregate/jacoco.xml</jacocoReport>
</jacocoReports>
</configuration>
<dependencies>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>${jaxb-api.version}</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit f61bbe8

Please sign in to comment.