Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simonstrator
PeerfactSim.KOM
Commits
953850fa
Commit
953850fa
authored
Apr 20, 2018
by
Jose Ignacio Monreal Bailey
Browse files
Adding dependencies and TraaS
parent
c4cf3da1
Changes
2
Show whitespace changes
Inline
Side-by-side
.gitignore
View file @
953850fa
...
...
@@ -8,3 +8,5 @@ target/
cache/*
data/*
/.DS_Store
*.iml
pom.xml
View file @
953850fa
...
...
@@ -7,7 +7,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
maki
</groupId>
<artifactId>
simonstrator-peerfactsim
</artifactId>
<version>
3.
1
-SNAPSHOT
</version>
<version>
3.
2-elderly
-SNAPSHOT
</version>
<distributionManagement>
<repository>
...
...
@@ -160,7 +160,18 @@
<dependency>
<groupId>
log4j
</groupId>
<artifactId>
log4j
</artifactId>
<version>
1.2.16
</version>
<version>
1.2.17
</version>
</dependency>
<dependency>
<groupId>
org.apache.logging.log4j
</groupId>
<artifactId>
log4j-api
</artifactId>
<version>
2.11.0
</version>
</dependency>
<dependency>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-log4j12
</artifactId>
<version>
1.7.25
</version>
<scope>
test
</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
<dependency>
...
...
@@ -368,5 +379,11 @@
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
TraaS
</groupId>
<artifactId>
TraaS
</artifactId>
<version>
2.0
</version>
</dependency>
</dependencies>
</project>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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