pom.xml 732 字节
Newer Older
1 2 3 4 5 6
<?xml version="1.0" encoding="UTF-8"?>

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <parent>
J
Jake Wharton 已提交
7
    <groupId>com.squareup.retrofit2</groupId>
8
    <artifactId>parent</artifactId>
J
Jake Wharton 已提交
9
    <version>2.6.4</version>
10 11 12 13 14 15 16 17
    <relativePath>../pom.xml</relativePath>
  </parent>

  <artifactId>retrofit-adapters</artifactId>
  <name>Adapters</name>
  <packaging>pom</packaging>

  <modules>
18
    <module>guava</module>
19
    <module>java8</module>
20
    <module>rxjava</module>
J
Jake Wharton 已提交
21
    <module>rxjava2</module>
J
Jake Wharton 已提交
22
    <module>scala</module>
23 24
  </modules>
</project>