TweetyProjectTeam / TweetyProject

TweetyProject is a collection of Java libraries that implement approaches to different areas of artificial intelligence.
http://tweetyproject.org/
GNU General Public License v3.0
28 stars 17 forks source link

tweety-mvn repository is down #2

Closed alxbrd closed 3 years ago

alxbrd commented 3 years ago

I am using one of the tweety libraries in my mvn build and recently the build stopped working. It appears that tweetyproject.org/mvn is timing out. Upon visiting the website, it seems to be completely down.

Dependency in my pom file:

  <dependency>
    <groupId>net.sf.tweety.arg</groupId>
    <artifactId>dung</artifactId>
    <version>1.17</version>
  </dependency>

Maven build error:

Failed to collect dependencies at net.sf.tweety.arg:dung:jar:1.17 -> net.sf.tweety.logics:pl:jar:1.17 -> net.sf.tweety.logics:fol:jar:1.17 -> net.sf.tweety:plugin:jar:1.17 -> jspf:core:jar:1.0.2: Failed to read artifact descriptor for jspf:core:jar:1.0.2: Could not transfer artifact jspf:core:pom:1.0.2 from/to tweety-mvn (https://tweetyproject.org/mvn): Connect to tweetyproject.org:443 [tweetyproject.org/x.110.129.55] failed: Connection timed out (Connection timed out)

Does anyone know what happened to the tweetyproject.org website and when it will be up again?

alxbrd commented 3 years ago

It appears that it was only a temporary issue.