Issue with Primefaces 3.5

UI Components for JSF
Post Reply
satcs
Posts: 1
Joined: 21 Mar 2018, 11:34

21 Mar 2018, 11:43

Hi Guys i am working with primefaces, i used primefaces 3.5 but now its giving me error i checked maven repository so 3.5 version is not available there, in pom.xml its giving me error
"ArtifactDescriptorException: Failed to read artifact descriptor for org.primefaces:primefaces:jar:3.5: ArtifactResolutionException: Could not transfer artifact org.primefaces:primefaces:pom:3.5
from/to prime-repo (http://repository.primefaces.org/): Could not generate DH keypair: InvalidAlgorithmParameterException: Prime size must be multiple of 64, and can only range from
512 to 1024 (inclusive)"


<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.test</groupId>
<artifactId>tesingproj</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<build />
<repositories>
<repository>
<id>prime-repo</id>
<name>PrimeFaces Maven Repository</name>
<url>http://repository.primefaces.org/</url>
<layout>default</layout>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.primefaces</groupId>
<artifactId>primefaces</artifactId>
<version>3.5</version>
</dependency>
</dependencies>
</project>

and when i am removing repository its giving me error - "Missing artifact org.primefaces:primefaces:jar:3.5".

please help me here.. i stuck, because my application is running in production and now in case i need to change the version it will be big change for whole application.

Thank you in advance.

Melloware
Posts: 3717
Joined: 22 Apr 2013, 15:48

24 Mar 2018, 16:26

You might have have to download the jars manually and put them manually in your Users\.m2\repository folder.

Download here: https://repository.primefaces.org/org/p ... faces/3.5/
PrimeFaces Developer | PrimeFaces Extensions Developer
GitHub Profile: https://github.com/melloware
PrimeFaces Elite 13.0.0 / PF Extensions 13.0.0
PrimeReact 9.6.1

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 41 guests