147 lines
7.8 KiB
XML
147 lines
7.8 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor
|
|
license agreements. See the NOTICE file distributed with this work for additional
|
|
information regarding copyright ownership. The ASF licenses this file to
|
|
you under the Apache License, Version 2.0 (the "License"); you may not use
|
|
this file except in compliance with the License. You may obtain a copy of
|
|
the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
|
|
by applicable law or agreed to in writing, software distributed under the
|
|
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
|
|
OF ANY KIND, either express or implied. See the License for the specific
|
|
language governing permissions and limitations under the License. -->
|
|
<ivy-module version="2.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
|
|
<info organisation="Brutex Network" module="XServices" status="integration">
|
|
</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="optional" visibility="public" description="contains all optional dependencies"/>
|
|
</configurations>
|
|
|
|
|
|
|
|
<dependencies defaultconf="master">
|
|
|
|
<dependency org="org.apache.commons" name="commons-lang3" rev="3.7"/>
|
|
<dependency org="org.apache.commons" name="commons-configuration2" rev="2.2" />
|
|
|
|
<dependency org="commons-net" name="commons-net" rev="3.2"/>
|
|
|
|
<dependency org="org.apache.ant" name="ant" rev="1.8.4"/>
|
|
<dependency org="org.apache.ant" name="ant-nodeps" rev="1.8.1"/>
|
|
<dependency org="org.apache.ant" name="ant-jsch" rev="1.8.4"/>
|
|
<!--<dependency org="ant-contrib" name="ant-contrib" rev="20020829"/>-->
|
|
<dependency org="org.apache.ant" name="ant-commons-net" rev="1.8.4"/>
|
|
<dependency org="javax.mail" name="mail" rev="1.4.7"/>
|
|
<dependency org="org.apache.ant" name="ant-javamail" rev="1.8.1"/>
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-jcs-core -->
|
|
<dependency org="org.apache.commons" name="commons-jcs-core" rev="2.2"/>
|
|
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-jcs-jcache -->
|
|
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-jcs-jcache-extras -->
|
|
<!--<dependency org="org.apache.commons" name="commons-jcs-jcache" rev="2.2"/>
|
|
<dependency org="org.apache.commons" name="commons-jcs-jcache-extras" rev="2.2"/>-->
|
|
|
|
|
|
|
|
<dependency org="org.quartz-scheduler" name="quartz" rev="2.3.0"/>
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core -->
|
|
<dependency org="org.apache.logging.log4j" name="log4j-api" rev="2.11.0"/>
|
|
<dependency org="org.apache.logging.log4j" name="log4j-core" rev="2.11.0"/>
|
|
<dependency org="org.apache.logging.log4j" name="log4j-web" rev="2.11.0"/>
|
|
<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-1.2-api -->
|
|
<dependency org="org.apache.logging.log4j" name="log4j-1.2-api" rev="2.11.0"/>
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-slf4j-impl -->
|
|
<dependency org="org.apache.logging.log4j" name="log4j-slf4j-impl" rev="2.11.0" />
|
|
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
|
|
<!-- <dependency org="org.slf4j" name="slf4j-api" rev="1.7.25" />-->
|
|
|
|
|
|
|
|
<dependency org="org.springframework" name="spring-core" rev="5.0.5.RELEASE" conf="master,compile,runtime"/>
|
|
<dependency org="org.springframework" name="spring-context" rev="5.0.5.RELEASE" conf="master,compile,runtime"/>
|
|
<dependency org="org.springframework" name="spring-web" rev="5.0.5.RELEASE" conf="master,compile,runtime"/>
|
|
|
|
|
|
<dependency org="commons-beanutils" name="commons-beanutils" rev="1.9.3"/>
|
|
|
|
|
|
|
|
<dependency org="org.apache.ws.commons.axiom" name="axiom-api" rev="1.2.20" conf="compile,master">
|
|
<!-- <artifact name="axiom-api" ext="jar"/>-->
|
|
<exclude name="axiom-api-1.2.20-tests" ext="jar"/>
|
|
</dependency>
|
|
<dependency org="org.apache.ws.commons.axiom" name="axiom-impl" rev="1.2.20" conf="master" />
|
|
|
|
|
|
<!--
|
|
<dependency org="org.codehaus.woodstox" name="woodstox-core-asl" rev="4.4.1"/>
|
|
<dependency org="org.codehaus.woodstox" name="stax2-api" rev="4.1"/>
|
|
-->
|
|
|
|
|
|
|
|
<dependency org="org.apache.shiro" name="shiro-core" rev="1.4.0" />
|
|
<dependency org="org.apache.shiro" name="shiro-root" rev="1.4.0" />
|
|
<dependency org="org.apache.shiro" name="shiro-web" rev="1.4.0" />
|
|
|
|
|
|
|
|
<dependency org="org.apache.cxf" name="cxf-core" rev="3.2.4" conf="master,compile"/>
|
|
<dependency org="org.apache.cxf" name="cxf-rt-transports-http" rev="3.2.4" conf="master,compile" />
|
|
<dependency org="org.apache.cxf" name="cxf-rt-databinding-aegis" rev="3.2.4" conf="master,compile"/>
|
|
<dependency org="org.apache.cxf" name="cxf-rt-frontend-jaxrs" rev="3.2.4" conf="master,compile"/>
|
|
<dependency org="org.apache.cxf" name="cxf-rt-frontend-jaxws" rev="3.2.4" conf="master,compile"/>
|
|
<dependency org="org.apache.cxf" name="cxf-rt-security" rev="3.2.4" conf="master,compile"/>
|
|
<dependency org="org.apache.cxf" name="cxf-rt-ws-security" rev="3.2.4" conf="master,compile"/>
|
|
|
|
<!--
|
|
<dependency org="org.apache.wss4j" name="wss4j" rev="2.2.1" conf="*->compile"/>
|
|
<dependency org="org.apache.wss4j" name="wss4j-ws-security-common" rev="2.2.1" conf="*->compile"/>
|
|
-->
|
|
<dependency org="org.apache.ws.security" name="wss4j" rev="1.6.19"/>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency org="rhino" name="js" rev="1.7R2"/>
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/javax.ws.rs/javax.ws.rs-api -->
|
|
<dependency org="javax.ws.rs" name="javax.ws.rs-api" rev="2.1"/>
|
|
|
|
|
|
|
|
<!--
|
|
Locally managed libraries
|
|
-->
|
|
<dependency org="lib" name="java-unrar" rev="0.3" conf="*->default">
|
|
<artifact name="java-unrar" type="jar" />
|
|
</dependency>
|
|
<dependency org="lib" name="lib.cvsclient" rev="20131001" conf="*->default">
|
|
<artifact name="lib.cvsclient" type="jar" />
|
|
</dependency>
|
|
<dependency org="lib" name="lib.xservices-scmtypes" rev="20131001" conf="*->default">
|
|
<artifact name="lib.xservices-scmtypes" type="jar" />
|
|
</dependency>
|
|
|
|
|
|
<conflict manager="latest-revision"/>
|
|
</dependencies>
|
|
</ivy-module>
|