whoami7 - Manager
:
/
usr
/
share
/
maven-poms
/
Upload File:
files >> //usr/share/maven-poms/ivy.pom
<?xml version="1.0" encoding="UTF-8"?> <!-- 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 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0" xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd"> <info organisation="org.apache.ivy" module="ivy" revision="2.4.0-local-20191114224637" status="integration" publication="20191114224646"> <description homepage="http://ant.apache.org/ivy/"> Apache Ivy is a tool for managing (recording, tracking, resolving and reporting) project dependencies. </description> </info> <configurations> <conf name="core" description="only ivy jar, without any dependencies"/> <conf name="httpclient" extends="core" description="core + optional httpclient for better http handling"/> <conf name="oro" extends="core" description="to use optional glob matcher"/> <conf name="vfs" extends="core" description="core + optional VirtualFileSystem(VFS) support"/> <conf name="sftp" extends="core" description="core + optional SFTP support"/> <conf name="standalone" extends="core" description="to launch in standalone mode (from command line)"/> <conf name="ant" extends="core" description="core + ant jar provided as a dependency"/> <conf name="default" extends="core" description="full ivy with all dependencies"/> <conf name="test" description="dependencies used for junit testing ivy" visibility="private"/> <conf name="source" description="ivy sources"/> </configurations> <publications> <artifact name="ivy" type="jar" conf="core"/> <artifact name="ivy" type="source" ext="jar" conf="source"/> </publications> <dependencies> <dependency org="org.apache.ant" name="ant" rev="1.7.1" conf="default,ant->default"/> <dependency org="org.apache.ant" name="ant-nodeps" rev="1.7.1" conf="default"/> <dependency org="org.apache.ant" name="ant" rev="1.7.1" conf="default"/> <dependency org="commons-httpclient" name="commons-httpclient" rev="3.0" conf="default,httpclient->runtime,master"/> <dependency org="oro" name="oro" rev="2.0.8" conf="default,oro->default"/> <!-- Test dependencies --> <dependency org="junit" name="junit" rev="3.8.2" conf="test->default"/> <dependency org="commons-lang" name="commons-lang" rev="2.6" conf="test->default"/> <dependency org="org.apache.ant" name="ant-testutil" rev="1.7.0" conf="test->default" transitive="false"/> <dependency org="ant" name="ant-launcher" rev="1.6.2" conf="test->default" transitive="false"/> <dependency org="ant-contrib" name="ant-contrib" rev="1.0b3" conf="test->default" transitive="false"/> <!-- This dependency is necessary for having validation in junit tests when running with JDK1.4 --> <dependency org="xerces" name="xercesImpl" rev="2.6.2" conf="test->default"/> <dependency org="xerces" name="xmlParserAPIs" rev="2.6.2" conf="test->default"/> <!-- Global exclude for junit --> <exclude org="junit" module="junit" conf="core,default,httpclient,oro,vfs,sftp,standalone,ant"/> </dependencies> </ivy-module>
Copyright ©2021 || Defacer Indonesia