Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
Open sidebar
vadere
vadere
Commits
11a8ea2b
Commit
11a8ea2b
authored
Jun 26, 2019
by
Daniel Lehmberg
Committed by
Stefan Schuhbaeck
Jun 26, 2019
Browse files
Resolve "New dependency data science library for Vadere"
parent
a349548b
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
11a8ea2b
...
...
@@ -105,7 +105,7 @@
<!-- modules -->
<modules>
<!-- <module>./VadereExperiments</module>-->
<!-- <module>./VadereExperiments</module>-->
<module>
./VadereGui
</module>
<module>
./VadereSimulator
</module>
<module>
./VadereState
</module>
...
...
@@ -133,21 +133,31 @@
<version>
2.11.1
</version>
</dependency>
<dependency>
<groupId>
org.apache.commons
</groupId>
<artifactId>
commons-math3
</artifactId>
<version>
3.6.1
</version>
</dependency>
<groupId>
org.apache.commons
</groupId>
<artifactId>
commons-math3
</artifactId>
<version>
3.6.1
</version>
</dependency>
<!-- reading and writing csv-files -->
<dependency>
<groupId>
net.sf.opencsv
</groupId>
<artifactId>
opencsv
</artifactId>
<version>
2.0
</version>
</dependency>
<dependency>
<groupId>
org.apache.commons
</groupId>
<artifactId>
commons-math
</artifactId>
<version>
2.2
</version>
</dependency>
<groupId>
net.sf.opencsv
</groupId>
<artifactId>
opencsv
</artifactId>
<version>
2.0
</version>
</dependency>
<dependency>
<groupId>
org.apache.commons
</groupId>
<artifactId>
commons-math
</artifactId>
<version>
2.2
</version>
</dependency>
<dependency>
<groupId>
tech.tablesaw
</groupId>
<artifactId>
tablesaw-core
</artifactId>
<version>
0.32.6
</version>
</dependency>
<dependency>
<groupId>
tech.tablesaw
</groupId>
<artifactId>
tablesaw-jsplot
</artifactId>
<version>
0.32.6
</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.openjdk.jmh/jmh-core -->
<dependency>
<groupId>
org.openjdk.jmh
</groupId>
...
...
@@ -161,11 +171,11 @@
<version>
1.20
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-databind
</artifactId>
<version>
2.9.6
</version>
</dependency>
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-databind
</artifactId>
<version>
2.9.6
</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.bazaarvoice.jolt/jolt-core -->
<dependency>
<groupId>
com.bazaarvoice.jolt
</groupId>
...
...
@@ -178,18 +188,16 @@
<artifactId>
json-utils
</artifactId>
<version>
0.1.1
</version>
</dependency>
<dependency>
<groupId>
com.googlecode.java-diff-utils
</groupId>
<artifactId>
diffutils
</artifactId>
<version>
1.3.0
</version>
</dependency>
<dependency>
<groupId>
junit
</groupId>
<artifactId>
junit
</artifactId>
<version>
4.12
</version>
</dependency>
<groupId>
com.googlecode.java-diff-utils
</groupId>
<artifactId>
diffutils
</artifactId>
<version>
1.3.0
</version>
</dependency>
<dependency>
<groupId>
junit
</groupId>
<artifactId>
junit
</artifactId>
<version>
4.12
</version>
</dependency>
<dependency>
<groupId>
org.hamcrest
</groupId>
<artifactId>
hamcrest-all
</artifactId>
...
...
@@ -203,22 +211,21 @@
<version>
2.24.5
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
commons-io
</groupId>
<artifactId>
commons-io
</artifactId>
<version>
2.4
</version>
</dependency>
<dependency>
<groupId>
com.intellij
</groupId>
<artifactId>
annotations
</artifactId>
<version>
5.1
</version>
</dependency>
<dependency>
<groupId>
org.apache.commons
</groupId>
<artifactId>
commons-lang3
</artifactId>
<version>
3.4
</version>
</dependency>
<dependency>
<groupId>
commons-io
</groupId>
<artifactId>
commons-io
</artifactId>
<version>
2.4
</version>
</dependency>
<dependency>
<groupId>
com.intellij
</groupId>
<artifactId>
annotations
</artifactId>
<version>
5.1
</version>
</dependency>
<dependency>
<groupId>
org.apache.commons
</groupId>
<artifactId>
commons-lang3
</artifactId>
<version>
3.4
</version>
</dependency>
</dependencies>
</project>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment