Skip to content

Commit

Permalink
Corrected some module dependencies for ceylon/ceylon.language#347
Browse files Browse the repository at this point in the history
  • Loading branch information
FroMage committed Apr 10, 2014
1 parent 5b29ab6 commit 50cb79d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Expand Up @@ -31,13 +31,15 @@
<module name="com.redhat.ceylon.common" slot="@ceylon-version@"/>
<module name="org.jboss.jandex" slot="1.0.3.Final"/>
<module name="com.redhat.ceylon.maven-support" slot="1.0" services="import" optional="true"/>
<module name="com.googlecode.sardine" slot="314"/>
<system export="true">
<paths>
<path name="javax/xml"/>
<path name="javax/xml/namespace"/>
<path name="javax/xml/parsers"/>
<path name="javax/xml/stream"/>
<path name="org/w3c/dom"/>
<path name="org/xml/sax"/>
</paths>
</system>
</dependencies>
Expand Down
Expand Up @@ -28,7 +28,7 @@
</resources>

<dependencies>
<module name="org.apache.httpcomponents.httpcore" slot="4.1.1"/>
<module name="org.apache.httpcomponents.httpcore" slot="4.1.1" export="true"/>
<module name="org.apache.commons.logging" slot="1.1.1"/>
<module name="org.apache.commons.codec" slot="1.4"/>
</dependencies>
Expand Down

0 comments on commit 50cb79d

Please sign in to comment.