We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 346ec06 commit 9a96127Copy full SHA for 9a96127
1 file changed
pom.xml
@@ -366,9 +366,6 @@
366
367
<properties>
368
<skipEJB>true</skipEJB>
369
- <skipCDI>true</skipCDI>
370
- <skipJSF>true</skipJSF>
371
- <skipJACC>true</skipJACC>
372
<!-- Client-cert needs complicated cert setup, which hasn't been done -->
373
<skipServletClientCertificate>true</skipServletClientCertificate>
374
</properties>
@@ -395,8 +392,9 @@
395
392
<configuration>
396
393
<systemPropertyVariables>
397
394
<javaEEServer>piranha-embedded</javaEEServer>
398
- <piranha.version>19.12.0</piranha.version>
399
- <piranha.repositories>https://dl.bintray.com/piranhacloud/maven</piranha.repositories>
+ <piranha.version>20.1.0-SNAPSHOT</piranha.version>
+ <piranha.offline>true</piranha.offline>
+ <skipEJB>${skipEJB}</skipEJB>
400
</systemPropertyVariables>
401
</configuration>
402
</plugin>
0 commit comments