Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jyrkioraskari committed Nov 22, 2024
2 parents f3adb12 + c08f54f commit 9b946a6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion IFCtoLBD/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<classpathentry exported="true" kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
<attribute name="org.eclipse.jst.component.nondependency" value=""/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5">
Expand Down
2 changes: 1 addition & 1 deletion IFCtoLBD/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
<dependency>
<groupId>io.github.jyrkioraskari</groupId>
<artifactId>ifc2rdf</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</dependency>

<!-- Dependency for RTree-Multi library -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,7 @@ public void testTypesPsets() {

}

@DisplayName("Test ontologocal name space validity 2")
/*@DisplayName("Test ontologocal name space validity 2")
@Test
public void testOntologyNSValidity2() {
this.count = 0;
Expand Down Expand Up @@ -1174,7 +1174,7 @@ public void testOntologyNSValidity2() {
fail("Ontological name space was not defined error: " + e.getMessage());
}
}
}*/

@DisplayName("Test simplified attributes")
@Test
Expand Down
4 changes: 2 additions & 2 deletions IFCtoRDF/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<artifactId>ifc2rdf</artifactId>
<name>IFC 2 RDF</name>
<packaging>jar</packaging>
<version>1.4.0</version>
<version>1.4.1</version>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
Expand Down Expand Up @@ -318,7 +318,7 @@
<!-- Dependencies -->
<commons-io.version>2.4</commons-io.version>
<junit.version>4.13.2</junit.version>
<jena.version>5.1.0</jena.version>
<jena.version>5.2.0</jena.version>
<!-- Maven Plugin Dependencies -->
<maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>
<maven-resources-plugin.version>3.1.0</maven-resources-plugin.version>
Expand Down

0 comments on commit 9b946a6

Please sign in to comment.