Skip to content

Commit

Permalink
eclipse-rdf4jGH-5214: added fix for ppc64le
Browse files Browse the repository at this point in the history
  • Loading branch information
sid226 committed Dec 13, 2024
1 parent 79e4307 commit 26fe578
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
12 changes: 12 additions & 0 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,12 @@
<classifier>natives-linux</classifier>
<version>${lwjgl.version}</version>
</dependency>
<dependency>
<groupId>org.lwjgl</groupId>
<artifactId>lwjgl-lmdb</artifactId>
<classifier>natives-linux-ppc64le</classifier>
<version>${lwjgl.version}</version>
</dependency>
<dependency>
<groupId>org.lwjgl</groupId>
<artifactId>lwjgl-lmdb</artifactId>
Expand All @@ -434,6 +440,12 @@
<classifier>natives-linux</classifier>
<version>${lwjgl.version}</version>
</dependency>
<dependency>
<groupId>org.lwjgl</groupId>
<artifactId>lwjgl</artifactId>
<classifier>natives-linux-ppc64le</classifier>
<version>${lwjgl.version}</version>
</dependency>
<dependency>
<groupId>org.lwjgl</groupId>
<artifactId>lwjgl</artifactId>
Expand Down
14 changes: 14 additions & 0 deletions core/sail/lmdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@
<version>${lwjgl.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.lwjgl</groupId>
<artifactId>lwjgl-lmdb</artifactId>
<classifier>natives-linux-ppc64le</classifier>
<version>${lwjgl.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.lwjgl</groupId>
<artifactId>lwjgl-lmdb</artifactId>
Expand Down Expand Up @@ -64,6 +71,13 @@
<version>${lwjgl.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.lwjgl</groupId>
<artifactId>lwjgl</artifactId>
<classifier>natives-linux-ppc64le</classifier>
<version>${lwjgl.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.lwjgl</groupId>
<artifactId>lwjgl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@
<jsonldjava.version>0.13.4</jsonldjava.version>
<last.japicmp.compare.version>5.0.0</last.japicmp.compare.version>
<jaxb.version>2.3.8</jaxb.version>
<lwjgl.version>3.3.3</lwjgl.version>
<lwjgl.version>3.3.4</lwjgl.version>
<lucene.version>8.9.0</lucene.version>
<solr.version>8.9.0</solr.version>
<elasticsearch.version>7.15.2</elasticsearch.version>
Expand Down

0 comments on commit 26fe578

Please sign in to comment.