apache / apisix-java-plugin-runner

APISIX Plugin Runner in Java
https://apisix.apache.org/
Apache License 2.0
129 stars 95 forks source link

request help: Could not find artifact org.apache.apisix:apisix-plugin-runner:pom:0.3.0 #190

Closed PhanPirang closed 2 years ago

PhanPirang commented 2 years ago

Issue description

After I included runner-starter dependency

org.apache.apisix apisix-runner-starter 0.3.0

I got the below issue: Could not find artifact org.apache.apisix:apisix-plugin-runner:pom:0.3.0 in central (https://repo.maven.apache.org/maven2)

Environment

Windows

*apisix-java-plugin-runner version 0.3.0

tzssangglass commented 2 years ago

ref: https://github.com/apache/apisix-java-plugin-runner/issues/188

link: https://repo.maven.apache.org/maven2/org/apache/apisix/apisix-runner-starter/0.3.0/

tzssangglass commented 2 years ago

I loaded this dependency in a completely new environment, and it worked. ref: https://github.com/tzssangglass/java-plugin-runner-demo-1

yuqiquan commented 2 years ago

问一下,这个问题解决了吗。我已经尝试很多次了,使用一个全新的maven 始终出现 Could not find artifact org.apache.apisix:apisix-plugin-runner:pom:0.3.0 in central

tzssangglass commented 2 years ago

问一下,这个问题解决了吗。我已经尝试很多次了,使用一个全新的maven 始终出现 Could not find artifact org.apache.apisix:apisix-plugin-runner:pom:0.3.0 in central

did you add repo.maven.apache.org/maven2 to your local maven center config?

I tried in a new environment and it downloaded fine

PhanPirang commented 2 years ago

I loaded this dependency in a completely new environment, and it worked. ref: https://github.com/tzssangglass/java-plugin-runner-demo-1

I clone this repo too, but it doesn't work. The same issue.

PhanPirang commented 2 years ago

image

It seems that below dependency doesn't exist org.apache.apisix:apisix-plugin-runner:pom:0.3.0

yuqiquan commented 2 years ago

我添加了这个到我的maven配置中,但依然无效

sunhao-java commented 2 years ago

He's working on the problem, please be a moment!

tzssangglass commented 2 years ago

OK, the released version 0.3.0 was not fully released, I re-released it again. If I can not repeat the RELEASE version, I will release version 0.3.1.

Now 0.3.1-SNAPSHOT is available. ref: https://github.com/tzssangglass/java-plugin-runner-demo-1/tree/0.3.1-SNAOSHOT

tzssangglass commented 2 years ago

apisix-plugin-runner has released: https://repo.maven.apache.org/maven2/org/apache/apisix/

try again

sunhao-java commented 2 years ago

It seems to be back to normal and I have been able to download the dependency normally.