Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fogbow
fogbow4j
Commits
048ec83f
Commit
048ec83f
authored
Apr 17, 2015
by
Abmar Barros
Browse files
excluding problematic dependencies from pom.xml
parent
e04310a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
048ec83f
...
...
@@ -50,8 +50,12 @@
<version>
0.0.1-SNAPSHOT
</version>
<exclusions>
<exclusion>
<groupId>
*
</groupId>
<artifactId>
*
</artifactId>
<groupId>
condor
</groupId>
<artifactId>
classad
</artifactId>
</exclusion>
<exclusion>
<groupId>
org.opennebula
</groupId>
<artifactId>
client
</artifactId>
</exclusion>
</exclusions>
</dependency>
...
...
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