~ubuntu-branches/debian/experimental/jawn/experimental

« back to all changes in this revision

Viewing changes to bootstrapdeps/io.spray/spray-json_2.11/ivy-1.3.2.xml

  • Committer: Package Import Robot
  • Author(s): Frédéric Bonnard
  • Date: 2017-04-14 12:48:39 UTC
  • mfrom: (0.3.1) (0.2.1) (0.1.1)
  • Revision ID: package-import@ubuntu.com-20170414124839-kewycquzr1t558h1
Tags: 0.10.4-1
Initial release. (Closes: #855299)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ivy-module version="2.0" xmlns:m="http://ant.apache.org/ivy/maven" xmlns:e="http://ant.apache.org/ivy/extra">
 
3
        <info organisation="io.spray"
 
4
                module="spray-json_2.11"
 
5
                revision="1.3.2"
 
6
                status="release"
 
7
                publication="20150506140115"
 
8
        >
 
9
                <license name="Apache 2" url="http://www.apache.org/licenses/LICENSE-2.0.txt" />
 
10
                <description homepage="https://github.com/spray/spray-json">
 
11
                A Scala library for easy and idiomatic JSON (de)serialization
 
12
                </description>
 
13
                <e:sbtTransformHash>59eb1ef82f358cc6ae3e7f4bea393a174f1e5609</e:sbtTransformHash>
 
14
        </info>
 
15
        <configurations>
 
16
                <conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/>
 
17
                <conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/>
 
18
                <conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths."/>
 
19
                <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."/>
 
20
                <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"/>
 
21
                <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"/>
 
22
                <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."/>
 
23
                <conf name="sources" visibility="public" description="this configuration contains the source artifact of this module, if any."/>
 
24
                <conf name="javadoc" visibility="public" description="this configuration contains the javadoc artifact of this module, if any."/>
 
25
                <conf name="optional" visibility="public" description="contains all optional dependencies"/>
 
26
        </configurations>
 
27
        <publications>
 
28
                <artifact name="spray-json_2.11" type="bundle" ext="jar" conf="master"/>
 
29
        </publications>
 
30
        <dependencies>
 
31
                <dependency org="org.scala-lang" name="scala-library" rev="2.11.6" force="true" conf="compile->compile(*),master(compile);runtime->runtime(*)"/>
 
32
                <dependency org="org.specs2" name="specs2-core_2.11" rev="2.4.16" force="true" conf="test->runtime(*),master(compile)"/>
 
33
                <dependency org="org.specs2" name="specs2-scalacheck_2.11" rev="2.4.16" force="true" conf="test->runtime(*),master(compile)"/>
 
34
                <dependency org="org.scalacheck" name="scalacheck_2.11" rev="1.12.2" force="true" conf="test->runtime(*),master(compile)"/>
 
35
        </dependencies>
 
36
</ivy-module>