blob: 9c15e51f847ab0761eeb38e1ba6fe6f81fe91acc [file] [log] [blame]
Todd Lipcon53ae9f32009-12-07 00:42:38 +00001<!--
2 Licensed to the Apache Software Foundation (ASF) under one or more
3 contributor license agreements. See the NOTICE file distributed with
4 this work for additional information regarding copyright ownership.
5 The ASF licenses this file to You under the Apache License, Version 2.0
6 (the "License"); you may not use this file except in compliance with
7 the License. You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16-->
David Reiss36a5a252009-04-29 23:20:56 +000017<ivy-module version="1.0">
Bryan Duxbury547edc72010-03-28 21:02:38 +000018 <info organisation="org.apache.thrift" module="libthrift" revision="0.3.0-20100116" >
19 <license name="apache" />
20 <ivyauthor name="Thrift Team" url="thrift-dev@incubator.apache.org" />
21 <repository name="apache repository" url="http://incubator.apache.org/thrift/" />
22 <description homepage="http://incubator.apache.org/thrift/" />
23 </info>
David Reiss36a5a252009-04-29 23:20:56 +000024 <dependencies>
Bryan Duxburyc27cda52009-08-14 20:04:15 +000025 <dependency org="org.slf4j" name="slf4j-api" rev="1.5.8" conf="* -> *,!sources,!javadoc"/>
26 <dependency org="org.slf4j" name="slf4j-simple" rev="1.5.8" conf="* -> *,!sources,!javadoc"/>
David Reiss36a5a252009-04-29 23:20:56 +000027 <dependency org="commons-lang" name="commons-lang" rev="2.4" conf="* -> *,!sources,!javadoc"/>
Bryan Duxbury951e7e22010-03-26 05:05:59 +000028 <dependency org="junit" name="junit" rev="4.4" conf="* -> *,!sources,!javadoc"/>
Bryan Duxbury5a9fc652010-08-05 23:22:02 +000029 <dependency org="javax.servlet" name="servlet-api" rev="2.5" conf="* -> *,!sources,!javadoc"/>
David Reiss36a5a252009-04-29 23:20:56 +000030 </dependencies>
31</ivy-module>