Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.

Commit cbbfd56

Browse files
committed
JAX-RS API 2.1-m04
Change-Id: I91bbf05a61bb710ca3451444dc4296b3217141f4
1 parent e4af765 commit cbbfd56

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,9 @@
274274
</compilerArguments>
275275
<showWarnings>false</showWarnings>
276276
<fork>false</fork>
277+
<excludes>
278+
<exclude>module-info.java</exclude>
279+
</excludes>
277280
</configuration>
278281
</plugin>
279282
<plugin>
@@ -336,6 +339,7 @@
336339
</excludePackageNames>
337340
<sourceFileExcludes>
338341
<exclude>bundles/**</exclude>
342+
<fileExclude>module-info.java</fileExclude>
339343
</sourceFileExcludes>
340344
<verbose />
341345
<maxmemory>256m</maxmemory>
@@ -1877,7 +1881,7 @@
18771881
<jaxb.api.version>2.2.7</jaxb.api.version>
18781882
<jaxb.ri.version>2.2.7</jaxb.ri.version>
18791883
<jaxrs.api.spec.version>2.1</jaxrs.api.spec.version>
1880-
<jaxrs.api.impl.version>2.1-m03</jaxrs.api.impl.version>
1884+
<jaxrs.api.impl.version>2.1-m04</jaxrs.api.impl.version>
18811885
<jboss.logging.version>3.3.0.Final</jboss.logging.version>
18821886
<jersey1.version>1.19.3</jersey1.version>
18831887
<jersey1.last.final.version>${jersey1.version}</jersey1.last.final.version>

0 commit comments

Comments
 (0)