Skip to content

Commit 9a96127

Browse files
committedJan 8, 2020
Update Piranha profile
Signed-off-by: arjantijms <arjan.tijms@gmail.com>
1 parent 346ec06 commit 9a96127

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed
 

‎pom.xml

+3-5
Original file line numberDiff line numberDiff line change
@@ -366,9 +366,6 @@
366366

367367
<properties>
368368
<skipEJB>true</skipEJB>
369-
<skipCDI>true</skipCDI>
370-
<skipJSF>true</skipJSF>
371-
<skipJACC>true</skipJACC>
372369
<!-- Client-cert needs complicated cert setup, which hasn't been done -->
373370
<skipServletClientCertificate>true</skipServletClientCertificate>
374371
</properties>
@@ -395,8 +392,9 @@
395392
<configuration>
396393
<systemPropertyVariables>
397394
<javaEEServer>piranha-embedded</javaEEServer>
398-
<piranha.version>19.12.0</piranha.version>
399-
<piranha.repositories>https://dl.bintray.com/piranhacloud/maven</piranha.repositories>
395+
<piranha.version>20.1.0-SNAPSHOT</piranha.version>
396+
<piranha.offline>true</piranha.offline>
397+
<skipEJB>${skipEJB}</skipEJB>
400398
</systemPropertyVariables>
401399
</configuration>
402400
</plugin>

0 commit comments

Comments
 (0)
Failed to load comments.