Subversion Repositories XServices

Compare Revisions

Ignore whitespace Rev 195 → Rev 196

/SVN-ALFEventEmitter/trunk/ivy.xml
16,44 → 16,57
</info>
 
<configurations>
<conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/>
<conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/>
<conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths." extends="master"/>
<conf name="provided" visibility="public" description="this is much like compile, but indicates you expect the JDK or a container to provide it. It is only available on the compilation classpath, and is not transitive."/>
<conf name="runtime" visibility="public" description="this scope indicates that the dependency is not required for compilation, but is for execution. It is in the runtime and test classpaths, but not the compile classpath." extends="compile"/>
<conf name="test" visibility="private" description="this scope indicates that the dependency is not required for normal use of the application, and is only available for the test compilation and execution phases." extends="runtime"/>
<conf name="system" visibility="public" description="this scope is similar to provided except that you have to provide the JAR which contains it explicitly. The artifact is always available and is not looked up in a repository."/>
<conf name="sources" visibility="public" description="this configuration contains the source artifact of this module, if any."/>
<conf name="javadoc" visibility="public" description="this configuration contains the javadoc artifact of this module, if any."/>
<conf name="default" visibility="public"
description="runtime dependencies and master artifact can be used with this conf"
extends="runtime,master"/>
<conf name="master" visibility="public"
description="contains only the artifact published by this module itself, with no transitive dependencies"/>
<conf name="compile" visibility="public"
description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths."
extends="master"/>
<conf name="provided" visibility="public"
description="this is much like compile, but indicates you expect the JDK or a container to provide it. It is only available on the compilation classpath, and is not transitive."/>
<conf name="runtime" visibility="public"
description="this scope indicates that the dependency is not required for compilation, but is for execution. It is in the runtime and test classpaths, but not the compile classpath."
extends="compile"/>
<conf name="test" visibility="private"
description="this scope indicates that the dependency is not required for normal use of the application, and is only available for the test compilation and execution phases."
extends="runtime"/>
<conf name="system" visibility="public"
description="this scope is similar to provided except that you have to provide the JAR which contains it explicitly. The artifact is always available and is not looked up in a repository."/>
<conf name="sources" visibility="public"
description="this configuration contains the source artifact of this module, if any."/>
<conf name="javadoc" visibility="public"
description="this configuration contains the javadoc artifact of this module, if any."/>
<conf name="optional" visibility="public" description="contains all optional dependencies"/>
</configurations>
 
<dependencies defaultconf="*->#(default),default(*)">
 
<dependency org="log4j" name="log4j" rev="1.2.17"/>
<dependency org="commons-configuration" name="commons-configuration" rev="1.10"/>
<dependency org="commons-cli" name="commons-cli" rev="1.2"/>
<dependency org="org.apache.httpcomponents" name="httpclient" rev="4.3.1"/>
<!--<dependencies defaultconf="*->#(default),default(*)">-->
<dependencies defaultconf="default">
<dependency org="log4j" name="log4j" rev="1.2.17"/>
 
<dependency org="org.apache.ws.commons.axiom" name="axiom-api" rev="1.2.14"/>
<dependency org="org.apache.ws.commons.axiom" name="axiom-impl" rev="1.2.14"/>
<!--<dependency org="com.sun.xml.bind" name="jaxb-impl" rev="2.2.7"/>-->
<dependency org="org.apache.cxf" name="cxf-core" rev="3.0.2"/>
<dependency org="org.apache.cxf" name="cxf-rt-frontend-jaxws" rev="3.0.2"/>
<dependency org="org.apache.cxf" name="cxf-rt-transports-http" rev="3.0.2"/>
<dependency org="org.jasypt" name="jasypt" rev="1.9.2"/>
<!--<dependency org="org.apache.jcs" name="jcs" rev="1.3"/>-->
<!--
Locally managed libraries
-->
<dependency org="commons-configuration" name="commons-configuration" rev="1.10"/>
<dependency org="commons-cli" name="commons-cli" rev="1.4"/>
<dependency org="org.apache.httpcomponents" name="httpclient" rev="4.5.12"/>
 
<dependency org="org.apache.ws.commons.axiom" name="axiom-api" rev="1.2.22"/>
<dependency org="org.apache.ws.commons.axiom" name="axiom-impl" rev="1.2.22"/>
 
<!--<dependency org="com.sun.xml.bind" name="jaxb-impl" rev="2.2.7"/>-->
<dependency org="org.apache.cxf" name="cxf-core" rev="3.4.0"/>
<dependency org="org.apache.cxf" name="cxf-rt-frontend-jaxws" rev="3.4.0"/>
<dependency org="org.apache.cxf" name="cxf-rt-transports-http" rev="3.4.0"/>
 
<dependency org="org.jasypt" name="jasypt" rev="1.9.3"/>
 
<!--<dependency org="org.apache.jcs" name="jcs" rev="1.3"/>-->
<!--
Locally managed libraries
-->
<dependency org="lib" name="sbmappservices72" rev="1.1" conf="*->*">
<artifact name="sbmappservices72" type="jar" />
<artifact name="sbmappservices72" type="jar"/>
</dependency>
 
</dependencies>
</ivy-module>