Skip to content

Commit

Permalink
Fix ODRE geo data loader
Browse files Browse the repository at this point in the history
Signed-off-by: Geoffroy Jamgotchian <geoffroy.jamgotchian@rte-france.com>
  • Loading branch information
geofjamg committed Dec 12, 2024
1 parent 3984fd3 commit 5728cd2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
7 changes: 7 additions & 0 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@
<properties>
<java.version>17</java.version>
<commons-collections4.version>4.4</commons-collections4.version>
<commons-csv.version>1.11.0</commons-csv.version>

<graalvm.version>23.0.0</graalvm.version>
<janino.version>3.1.0</janino.version>
<junit-jupiter.version>5.10.0</junit-jupiter.version>
Expand Down Expand Up @@ -179,6 +181,11 @@
<artifactId>logback-core</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId>
<version>${commons-csv.version}</version>
</dependency>
<!-- workaround for https://github.com/oracle/graal/issues/1943 -->
<dependency>
<groupId>org.codehaus.janino</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
{
"name":"com.fasterxml.jackson.databind.ext.Java7SupportImpl",
"methods":[{"name":"<init>","parameterTypes":[] }]
},
{
"name":"[Lcom.fasterxml.jackson.databind.deser.Deserializers;"
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[
{
"name":"com.powsybl.iidm.geodata.odre.OdreGeoDataAdderPostProcessor"
},
{
"name":"com.powsybl.iidm.geodata.utils.GeoShapeDeserializer",
"methods":[{"name":"<init>","parameterTypes":[] }]
}
]

0 comments on commit 5728cd2

Please sign in to comment.