maven not working

31 views
Skip to first unread message

Peter Cheung

unread,
Apr 30, 2022, 10:19:02 PM4/30/22
to Jzy3d
Hi


Hi i got:

Failed to execute goal on project GKD: Could not resolve dependencies for project com.peter:GKD:jar:20201020: Failed to collect dependencies at org.jzy3d:jzy3d-api:jar:1.0.3: Failed to read artifact descriptor for org.jzy3d:jzy3d-api:jar:1.0.3: Could not transfer artifact org.jzy3d:jzy3d-api:pom:1.0.3 from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [jzy3d-snapshots (http://maven.jzy3d.org/snapshots, default, releases+snapshots), jzy3d-releases (http://maven.jzy3d.org/releases, default, releases+snapshots)] -> [Help 1]


    <repositories>
        <repository>
            <id>jzy3d-snapshots</id>
            <name>Jzy3d Snapshots</name>
            <url>http://maven.jzy3d.org/snapshots</url>
        </repository>
        <repository>
            <id>jzy3d-releases</id>
            <name>Jzy3d Snapshots</name>
            <url>http://maven.jzy3d.org/releases</url>
        </repository>
    </repositories>


        <dependency>
            <groupId>org.jzy3d</groupId>
            <artifactId>jzy3d-api</artifactId>
            <version>1.0.3</version>
        </dependency>

Martin

unread,
Jul 14, 2022, 9:49:58 AM7/14/22
to Jzy3d
The artifact is there. Maven is complaining because you reference jzy3D repositories with HTTP instead of HTTPS. Adding an S will solve your problem.

Peter Cheung

unread,
Jul 21, 2022, 1:20:38 AM7/21/22
to Jzy3d
thanks, perfect
Reply all
Reply to author
Forward
0 new messages