Skip to content

Commit

Permalink
JAX-RS API 2.1-m04
Browse files Browse the repository at this point in the history
Change-Id: I91bbf05a61bb710ca3451444dc4296b3217141f4
  • Loading branch information
pavelbucek committed Feb 13, 2017
1 parent 3ad5098 commit 5676e81
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,9 @@
</compilerArguments>
<showWarnings>false</showWarnings>
<fork>false</fork>
<excludes>
<exclude>module-info.java</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -336,6 +339,7 @@
</excludePackageNames>
<sourceFileExcludes>
<exclude>bundles/**</exclude>
<fileExclude>module-info.java</fileExclude>
</sourceFileExcludes>
<verbose />
<additionalparam>-Xdoclint:none</additionalparam>
Expand Down Expand Up @@ -1883,7 +1887,7 @@
<jaxb.api.version>2.2.7</jaxb.api.version>
<jaxb.ri.version>2.2.7</jaxb.ri.version>
<jaxrs.api.spec.version>2.1</jaxrs.api.spec.version>
<jaxrs.api.impl.version>2.1-m03</jaxrs.api.impl.version>
<jaxrs.api.impl.version>2.1-m04</jaxrs.api.impl.version>
<jboss.logging.version>3.3.0.Final</jboss.logging.version>
<jersey1.version>1.19.3</jersey1.version>
<jersey1.last.final.version>${jersey1.version}</jersey1.last.final.version>
Expand Down

0 comments on commit 5676e81

Please sign in to comment.