• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3  <!-- This module was also published with a richer model, Gradle metadata,  -->
4  <!-- which should be used instead. Do not delete the following line which  -->
5  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
6  <!-- that they should prefer consuming it instead. -->
7  <!-- do_not_remove: published-with-gradle-metadata -->
8  <modelVersion>4.0.0</modelVersion>
9  <groupId>androidx.media3</groupId>
10  <artifactId>media3-test-utils</artifactId>
11  <version>1.6.0-alpha01</version>
12  <packaging>aar</packaging>
13  <name>Media3 test utils module</name>
14  <description>Media3 test utils module</description>
15  <licenses>
16    <license>
17      <name>The Apache Software License, Version 2.0</name>
18      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
19      <distribution>repo</distribution>
20    </license>
21  </licenses>
22  <developers>
23    <developer>
24      <name>The Android Open Source Project</name>
25    </developer>
26  </developers>
27  <scm>
28    <connection>scm:git:https://github.com/androidx/media.git</connection>
29    <url>https://github.com/androidx/media</url>
30  </scm>
31  <dependencies>
32    <dependency>
33      <groupId>org.mockito</groupId>
34      <artifactId>mockito-core</artifactId>
35      <version>3.12.4</version>
36      <scope>compile</scope>
37    </dependency>
38    <dependency>
39      <groupId>androidx.test</groupId>
40      <artifactId>core</artifactId>
41      <version>1.5.0</version>
42      <scope>compile</scope>
43      <type>aar</type>
44    </dependency>
45    <dependency>
46      <groupId>androidx.test.ext</groupId>
47      <artifactId>junit</artifactId>
48      <version>1.1.5</version>
49      <scope>compile</scope>
50      <type>aar</type>
51    </dependency>
52    <dependency>
53      <groupId>androidx.test.ext</groupId>
54      <artifactId>truth</artifactId>
55      <version>1.5.0</version>
56      <scope>compile</scope>
57      <type>aar</type>
58    </dependency>
59    <dependency>
60      <groupId>junit</groupId>
61      <artifactId>junit</artifactId>
62      <version>4.13.2</version>
63      <scope>compile</scope>
64    </dependency>
65    <dependency>
66      <groupId>com.google.truth</groupId>
67      <artifactId>truth</artifactId>
68      <version>1.4.0</version>
69      <scope>compile</scope>
70    </dependency>
71    <dependency>
72      <groupId>com.google.truth.extensions</groupId>
73      <artifactId>truth-java8-extension</artifactId>
74      <version>1.4.0</version>
75      <scope>compile</scope>
76    </dependency>
77    <dependency>
78      <groupId>androidx.annotation</groupId>
79      <artifactId>annotation</artifactId>
80      <version>1.6.0</version>
81      <scope>runtime</scope>
82    </dependency>
83    <dependency>
84      <groupId>com.squareup.okhttp3</groupId>
85      <artifactId>mockwebserver</artifactId>
86      <version>4.12.0</version>
87      <scope>runtime</scope>
88    </dependency>
89    <dependency>
90      <groupId>androidx.media3</groupId>
91      <artifactId>media3-exoplayer</artifactId>
92      <version>1.6.0-alpha01</version>
93      <scope>runtime</scope>
94      <type>aar</type>
95    </dependency>
96  </dependencies>
97</project>
98