biosignin / bsi-core

Biometric Signature Interface
http://www.biosignin.org
GNU Affero General Public License v3.0
5 stars 7 forks source link

Dependencies not working #3

Open Jaime97 opened 4 years ago

Jaime97 commented 4 years ago

The dependencies of this project cannot be downloaded correctly following the guide, is this project still open?

dgrmunch commented 4 years ago

Same problem here. I have not been able so far to make it work

Lonzak commented 4 years ago

What dependencies fail? I just tried to build the project and everything compiles/builts correctly (at least for the core project - the others I didn't try) Of course you need to specify some central maven repo in your central maven config. The following libs are being downloaded:

Downloading from https://.../org/codehaus/mojo/license-maven-plugin/1.7/license-maven-plugin-1.7.pom
Downloaded from https://.../org/codehaus/mojo/license-maven-plugin/1.7/license-maven-plugin-1.7.pom 
Downloading from https://.../org/codehaus/mojo/license-maven-plugin/1.7/license-maven-plugin-1.7.jar
Downloaded from https://.../org/codehaus/mojo/license-maven-plugin/1.7/license-maven-plugin-1.7.jar 
Downloading from https://.../org/simpleframework/simple-xml/2.7.1/simple-xml-2.7.1.pom
Downloaded from https://.../org/simpleframework/simple-xml/2.7.1/simple-xml-2.7.1.pom 
Downloading from https://.../stax/stax/1.2.0/stax-1.2.0.pom
Downloaded from https://.../stax/stax/1.2.0/stax-1.2.0.pom 
Downloading from https://.../xpp3/xpp3/1.1.3.3/xpp3-1.1.3.3.pom
Downloaded from https://.../xpp3/xpp3/1.1.3.3/xpp3-1.1.3.3.pom 
Downloading from https://.../org/simpleframework/simple-xml/2.7.1/simple-xml-2.7.1.jar
Downloading from https://.../xpp3/xpp3/1.1.3.3/xpp3-1.1.3.3.jar
Downloading from https://.../stax/stax/1.2.0/stax-1.2.0.jar
Downloading from https://.../stax/stax-api/1.0.1/stax-api-1.0.1.jar
Downloaded from https://.../stax/stax-api/1.0.1/stax-api-1.0.1.jar 
Downloaded from https://.../xpp3/xpp3/1.1.3.3/xpp3-1.1.3.3.jar 
Downloaded from https://.../stax/stax/1.2.0/stax-1.2.0.jar 
Downloaded from https://.../org/simpleframework/simple-xml/2.7.1/simple-xml-2.7.1.jar
ghost commented 4 years ago

Just updated repo url to use https

If problem keeps going on, please report your maven stack trace to check which dep is failing

dgrmunch commented 4 years ago

;) Thanks! Now it works ;)