Skip to content

Commit 9f0ca76

Browse files
committed
Add FastCSV to PSS/E pom.xml
Signed-off-by: Nicolas Rol <[email protected]>
1 parent b5d6c0a commit 9f0ca76

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

psse/psse-model/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242
<groupId>com.fasterxml.jackson.core</groupId>
4343
<artifactId>jackson-databind</artifactId>
4444
</dependency>
45+
<dependency>
46+
<groupId>de.siegmar</groupId>
47+
<artifactId>fastcsv</artifactId>
48+
</dependency>
4549
<dependency>
4650
<groupId>org.slf4j</groupId>
4751
<artifactId>slf4j-api</artifactId>

0 commit comments

Comments
 (0)