maven - Error on pom.xml with Light Admin -


i got error on below code of pom.xml file.

<dependency>         <groupid>org.lightadmin</groupid>         <artifactid>lightadmin</artifactid>         <version>1.0.0.m3-snapshot</version> </dependency> 

the error message below :

missing artifact org.lightadmin:lightadmin:jar:1.0.0.m3-snapshot 

please advice on this.

thank you

you can available lightadmin dependency versions in mvn repository. version 1.0.0.m3-snapshot not listed here

you can use version 1.2.0.rc1 specifying different value in version tag below.

<dependency>     <groupid>org.lightadmin</groupid>     <artifactid>lightadmin</artifactid>     <version>1.2.0.rc1</version> </dependency> 

Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

dataset - MPAndroidchart returning no chart Data available -

post - imageshack API cURL -