Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
bfa71828
Commit
bfa71828
authored
Mar 02, 2014
by
Greg Messner
Browse files
Added jsonassert dependency, is needed to unit test.
parent
e131114e
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
bfa71828
...
@@ -136,6 +136,12 @@
...
@@ -136,6 +136,12 @@
<version>
4.11
</version>
<version>
4.11
</version>
<scope>
test
</scope>
<scope>
test
</scope>
</dependency>
</dependency>
<dependency>
<groupId>
org.skyscreamer
</groupId>
<artifactId>
jsonassert
</artifactId>
<version>
1.2.3
</version>
<scope>
test
</scope>
</dependency>
</dependencies>
</dependencies>
</project>
</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