Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
frascati
frascati
Commits
c53013e1
Commit
c53013e1
authored
Aug 13, 2010
by
Philippe Merle
Browse files
Forced to use the same Xerces version than other FraSCAti modules.
parent
2c28d152
Changes
1
Hide whitespace changes
Inline
Side-by-side
frascati/modules/module-upnp/frascati-binding-upnp/pom.xml
View file @
c53013e1
...
...
@@ -107,7 +107,20 @@
<groupId>
org.objectweb.fractal.bf.connectors
</groupId>
<artifactId>
fractal-bf-connectors-upnp
</artifactId>
<version>
${fractal-bf.version}
</version>
<exclusions>
<exclusion>
<groupId>
xerces
</groupId>
<artifactId>
xercesImpl
</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- Force the xerces version to the latest (API incompatibility) -->
<dependency>
<groupId>
xerces
</groupId>
<artifactId>
xercesImpl
</artifactId>
<version>
${xerces.version}
</version>
</dependency>
</dependencies>
...
...
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