-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathoverrides.xml
More file actions
20 lines (18 loc) · 780 Bytes
/
overrides.xml
File metadata and controls
20 lines (18 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<overrides xmlns="http://www.ceylon-lang.org/xsd/overrides">
<module module="com.mitchellbosecke:pebble">
<add module="com.google.guava:guava" shared="true" version="16.0.1" />
</module>
<module module="gyokuro.demo.spring">
<remove module="com.github.jnr:jffi"/>
<remove module="javax.jms:jms"/>
<remove module="com.sun.jdmk:jmxtools"/>
<remove module="com.sun.jmx:jmxri"/>
<remove module="org.jruby:jruby"/>
</module>
<module module="org.springframework:spring-context">
<add module="commons-logging:commons-logging" version="1.2" />
</module>
<module module="org.springframework:spring-beans">
<add module="commons-logging:commons-logging" version="1.2" />
</module>
</overrides>