Home | History | Annotate | Download | only in 2.5.2
      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
      3     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      4   <modelVersion>4.0.0</modelVersion>
      5   <groupId>com.firebase</groupId>
      6   <artifactId>firebase-client-android</artifactId>
      7   <version>2.5.2</version>
      8   <name>Firebase Android Client Library</name>
      9   <description>This is the official Android client library for Firebase. Build extraordinary native Android apps in minutes with Firebase. The Firebase platform can power your apps backend, user authentication, static hosting, and more.</description>
     10   <url>https://www.firebase.com/docs/java-quickstart.html/firebase-client-android</url>
     11   <organization>
     12     <name>Firebase</name>
     13     <url>https://www.firebase.com/</url>
     14   </organization>
     15   <licenses>
     16     <license>
     17       <name>Commercial</name>
     18       <url>https://www.firebase.com/terms/terms-of-service.html</url>
     19     </license>
     20   </licenses>
     21   <developers>
     22     <developer>
     23       <id>firebase</id>
     24       <name>Firebase</name>
     25       <email>support (a] firebase.com</email>
     26       <url>https://firebase.com/</url>
     27       <organization>Firebase</organization>
     28       <organizationUrl>https://firebase.com/</organizationUrl>
     29       <roles>
     30         <role>architect</role>
     31         <role>developer</role>
     32       </roles>
     33       <timezone>-8</timezone>
     34     </developer>
     35   </developers>
     36   <scm>
     37     <connection>scm:git:git (a] github.com:firebase/firebase-client-jvm.git/firebase-client-android</connection>
     38     <developerConnection>scm:git:git (a] github.com:firebase/firebase-client-jvm.git/firebase-client-android</developerConnection>
     39     <tag>Java-v2.5.2</tag>
     40     <url>https://github.com/firebase/firebase-client-jvm/firebase-client-android</url>
     41   </scm>
     42   <distributionManagement>
     43     <repository>
     44       <id>sonatype-nexus-staging</id>
     45       <name>Nexus Release Repository</name>
     46       <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
     47     </repository>
     48     <snapshotRepository>
     49       <id>sonatype-nexus-snapshots</id>
     50       <name>Sonatype Nexus Snapshots</name>
     51       <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
     52     </snapshotRepository>
     53   </distributionManagement>
     54   <dependencies>
     55     <dependency>
     56       <groupId>com.google.android</groupId>
     57       <artifactId>android</artifactId>
     58       <version>2.2.1</version>
     59       <scope>provided</scope>
     60     </dependency>
     61     <dependency>
     62       <groupId>com.google.android</groupId>
     63       <artifactId>android-test</artifactId>
     64       <version>2.2.1</version>
     65       <scope>provided</scope>
     66     </dependency>
     67     <dependency>
     68       <groupId>com.firebase</groupId>
     69       <artifactId>firebase-client-jvm</artifactId>
     70       <version>2.5.2</version>
     71       <scope>compile</scope>
     72       <exclusions>
     73         <exclusion>
     74           <artifactId>httpclient</artifactId>
     75           <groupId>org.apache.httpcomponents</groupId>
     76         </exclusion>
     77       </exclusions>
     78     </dependency>
     79   </dependencies>
     80   <repositories>
     81     <repository>
     82       <releases>
     83         <enabled>false</enabled>
     84       </releases>
     85       <snapshots>
     86         <enabled>true</enabled>
     87       </snapshots>
     88       <id>sonatype-nexus-snapshots</id>
     89       <name>Sonatype Nexus Snapshots</name>
     90       <url>https://oss.sonatype.org/content/repositories/snapshots</url>
     91     </repository>
     92     <repository>
     93       <snapshots>
     94         <enabled>false</enabled>
     95       </snapshots>
     96       <id>central</id>
     97       <name>Central Repository</name>
     98       <url>http://repo.maven.apache.org/maven2</url>
     99     </repository>
    100   </repositories>
    101   <pluginRepositories>
    102     <pluginRepository>
    103       <releases>
    104         <updatePolicy>never</updatePolicy>
    105       </releases>
    106       <snapshots>
    107         <enabled>false</enabled>
    108       </snapshots>
    109       <id>central</id>
    110       <name>Central Repository</name>
    111       <url>http://repo.maven.apache.org/maven2</url>
    112     </pluginRepository>
    113   </pluginRepositories>
    114 </project>
    115