From cb7d1d08e0d3eb60b21f9a666c0923aff9b2aa17 Mon Sep 17 00:00:00 2001 From: sebastien curt <sebastien.curt@tetras-libre.fr> Date: Wed, 27 May 2020 16:06:31 +0200 Subject: [PATCH] change poms to use tetras-artifacts repository for some dependencies : - unl-rdf-java-vocabulary --- unl2rdf-app/unl2rdf-app.iml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/unl2rdf-app/unl2rdf-app.iml b/unl2rdf-app/unl2rdf-app.iml index c5db61a..11ac912 100644 --- a/unl2rdf-app/unl2rdf-app.iml +++ b/unl2rdf-app/unl2rdf-app.iml @@ -12,6 +12,9 @@ </content> <orderEntry type="inheritedJdk" /> <orderEntry type="sourceFolder" forTests="false" /> + <orderEntry type="library" name="Maven: fr.tetras_libre.rdf:rdf-unl-java-vocabulary:1.0-SNAPSHOT" level="project" /> + <orderEntry type="library" scope="TEST" name="Maven: org.slf4j:slf4j-nop:1.7.30" level="project" /> + <orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.30" level="project" /> <orderEntry type="library" name="Maven: info.picocli:picocli:4.2.0" level="project" /> <orderEntry type="module" module-name="unl-parser" /> <orderEntry type="module" module-name="rdf" /> -- GitLab