Skip to content

Commit b8235b0

Browse files
committed
fixup! [feature] New approach to Internet Media Type configuration, mapping, and resolution
1 parent b51ef29 commit b8235b0

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

elemental-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
<plugin>
203203
<groupId>org.jvnet.jaxb</groupId>
204204
<artifactId>jaxb-maven-plugin</artifactId>
205-
<version>${jaxb.impl.version}</version>
205+
<version>4.0.12</version>
206206
</plugin>
207207
<plugin>
208208
<groupId>org.apache.maven.plugins</groupId>

exist-parent/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -506,14 +506,6 @@
506506
</dependency>
507507
</dependencies>
508508
</plugin>
509-
<plugin>
510-
<groupId>org.codehaus.mojo</groupId>
511-
<artifactId>jaxb2-maven-plugin</artifactId>
512-
<version>2.5.0</version>
513-
<configuration>
514-
<locale>en</locale>
515-
</configuration>
516-
</plugin>
517509
<plugin>
518510
<groupId>org.apache.maven.plugins</groupId>
519511
<artifactId>maven-assembly-plugin</artifactId>

0 commit comments

Comments
 (0)