Skip to content

Commit

Permalink
Fix error and refactor package structure for test classes
Browse files Browse the repository at this point in the history
  • Loading branch information
remiceres committed Sep 27, 2024
1 parent 4df95e9 commit a492275
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 8,801 deletions.
11 changes: 4 additions & 7 deletions src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
module fr.inria.corese.corese_core {
requires org.slf4j;
requires org.apache.commons.text;
requires java.xml;
requires jsonld.java;
requires semargl.core;
requires arp;
requires arp; //
requires java.logging;
requires java.sql;
requires jakarta.ws.rs;
requires java.management;
requires java.desktop;
requires commons.lang;
requires semargl.rdfa;
requires semargl.rdfa; //
requires jdk.management;
requires org.json;
requires org.json; //
requires org.apache.commons.lang3;
requires shexjava.core;
requires rdf4j.model;
requires junit; //

exports fr.inria.corese.core.load;
exports fr.inria.corese.core.load.result;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package fr.inria.corese.datatype;
package fr.inria.corese.core.datatype;

import static org.junit.Assert.assertEquals;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package fr.inria.corese.datatype;
package fr.inria.corese.core.datatype;

import static org.junit.Assert.assertEquals;

Expand Down
Loading

0 comments on commit a492275

Please sign in to comment.