<?xml version="1.0"?>

<!--
=================================================================================================
Copyright 2011 Twitter, Inc.
_________________________________________________________________________________________________
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this work except in compliance with the License.
You may obtain a copy of the License in the LICENSE file, or 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.
=================================================================================================
-->

<!-- generated by pants! -->
<ivy-module version="2.0"
            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd"
            xmlns:m="http://ant.apache.org/ivy/maven">

  <info organisation="internal" module="dturner.testcase"
    revision="latest.integration"
  />

  <configurations defaultconfmapping="default->default(compile),runtime();sources->sources;docs->@,javadoc;idl->runtime();">
    <conf name="default" description="normal build"/>
    <conf name="sources" description="java sources"/>
    <conf name="docs" description="javadocs"/>
    <conf name="idl" description="thrift idl files"/>
  </configurations>


  <dependencies>
    <!-- In this ordering, we end up with finagle-core 6.20 (which is
	 what finagle-ostrich4 transitively depends on), but if we swap
	 the dependencies in this file, we get 6.15 (which is what
	 scrooge-ostrich depends on).
    -->
    <dependency org="com.twitter"
		name="scrooge-ostrich"
		rev="3.14.1"
                conf="default;sources"
    >
    </dependency>
    <dependency org="com.twitter"
		name="finagle-ostrich4"
		rev="6.20.0"
                conf="default;sources"
    >
      <exclude matcher="exactOrRegexp" org="com.twitter" module="finagle-core"/>
      <exclude matcher="exactOrRegexp" org="com.twitter" module="finagle-thrift"/>
    </dependency>

  </dependencies>
</ivy-module>
