Page 1 of 1

Compatibility

Posted: 06 Sep 2019, 11:27
by procarito
Hello, my Company bought this Serenity Theme, which is great. We would like to implement this on two different environments. My Question is if this is possible?
1. Environment: Glassfish JSF 2.2.17, Liferay 6.2 Primefaces 7.0
from the Pom file:
<dependency>
<groupId>javax.faces</groupId>
<artifactId>javax.faces-api</artifactId>
<version>2.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.faces</artifactId>
<version>2.2.17</version>
<scope>runtime</scope>
</dependency>
2. Environment: Glassfish JSF 2.3 Liferay 7 Primefaces 7.0
from the Pom file:
<dependency>
<groupId>javax.faces</groupId>
<artifactId>javax.faces-api</artifactId>
<version>2.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.faces</artifactId>
<version>2.3</version>
<scope>runtime</scope>
</dependency>

Would we habe problems?
Thanks in advance

Re: Compatibility

Posted: 12 Sep 2019, 15:42
by mert.sincan
I don't think you're going to have a problem. You can use layout with them.

Best Regards,