nlbdev / nordic-epub3-dtbook-migrator

Tools for converting between a strict subset of DTBook and EPUB3.
http://nlbdev.github.io/nordic-epub3-dtbook-migrator/
GNU Lesser General Public License v2.1
8 stars 7 forks source link

Add repository links for some repositories that used http instead of https #529

Closed kalaspuffar closed 1 year ago

kalaspuffar commented 1 year ago

Hi @josteinaj

I have a newer version of maven that don't want to run the original test script because some of the repositories in Pipeline runs over HTTP.

So this PR will add https versions of these repositories.

Best regards Daniel

josteinaj commented 1 year ago

Is this the root POM? I thought it wasn't used? I can build the Dockerfile without it.

kalaspuffar commented 1 year ago

Hi @josteinaj

Yes and yes.

This is for us while developing so we can run mvn test and run the old test cases to verify that we haven't introduced an error.

Best regards Daniel

josteinaj commented 1 year ago

👍