Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
pankaj
2014-10-06 18:28:21 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b57fae28fb2eafa6705418e7577d8a7746d0b13f
b57fae28
1 parent
60d27782
add slfj-core dependency
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
pom.xml
pom.xml
View file @
b57fae2
...
...
@@ -69,6 +69,13 @@
<dependency>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-core
</artifactId>
<version>
1.7.6
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-jdk14
</artifactId>
<version>
1.7.6
</version>
<scope>
test
</scope>
...
...
Please
register
or
login
to post a comment