|
| 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.facebook.react</groupId> |
| 6 | + <artifactId>react-native</artifactId> |
| 7 | + <version>0.55.4</version> |
| 8 | + <packaging>aar</packaging> |
| 9 | + <name>ReactNative</name> |
| 10 | + <description>A framework for building native apps with React</description> |
| 11 | + <url>https://github.com/facebook/react-native</url> |
| 12 | + <licenses> |
| 13 | + <license> |
| 14 | + <name>MIT License</name> |
| 15 | + <url>https://github.com/facebook/react-native/blob/master/LICENSE</url> |
| 16 | + <distribution>repo</distribution> |
| 17 | + </license> |
| 18 | + </licenses> |
| 19 | + <developers> |
| 20 | + <developer> |
| 21 | + <id>facebook</id> |
| 22 | + <name>Facebook</name> |
| 23 | + </developer> |
| 24 | + </developers> |
| 25 | + <scm> |
| 26 | + <connection>scm:git:https://github.com/facebook/react-native.git</connection> |
| 27 | + < developerConnection>scm:git: [email protected]:facebook/react-native.git</ developerConnection> |
| 28 | + <url>https://github.com/facebook/react-native.git</url> |
| 29 | + </scm> |
| 30 | + <dependencies> |
| 31 | + <dependency> |
| 32 | + <groupId>javax.inject</groupId> |
| 33 | + <artifactId>javax.inject</artifactId> |
| 34 | + <version>1</version> |
| 35 | + <scope>compile</scope> |
| 36 | + </dependency> |
| 37 | + <dependency> |
| 38 | + <groupId>com.android.support</groupId> |
| 39 | + <artifactId>appcompat-v7</artifactId> |
| 40 | + <version>23.0.1</version> |
| 41 | + <scope>compile</scope> |
| 42 | + </dependency> |
| 43 | + <dependency> |
| 44 | + <groupId>com.facebook.fbui.textlayoutbuilder</groupId> |
| 45 | + <artifactId>textlayoutbuilder</artifactId> |
| 46 | + <version>1.0.0</version> |
| 47 | + <scope>compile</scope> |
| 48 | + </dependency> |
| 49 | + <dependency> |
| 50 | + <groupId>com.facebook.fresco</groupId> |
| 51 | + <artifactId>fresco</artifactId> |
| 52 | + <version>1.3.0</version> |
| 53 | + <scope>compile</scope> |
| 54 | + </dependency> |
| 55 | + <dependency> |
| 56 | + <groupId>com.facebook.fresco</groupId> |
| 57 | + <artifactId>imagepipeline-okhttp3</artifactId> |
| 58 | + <version>1.3.0</version> |
| 59 | + <scope>compile</scope> |
| 60 | + </dependency> |
| 61 | + <dependency> |
| 62 | + <groupId>com.facebook.soloader</groupId> |
| 63 | + <artifactId>soloader</artifactId> |
| 64 | + <version>0.1.0</version> |
| 65 | + <scope>compile</scope> |
| 66 | + </dependency> |
| 67 | + <dependency> |
| 68 | + <groupId>com.google.code.findbugs</groupId> |
| 69 | + <artifactId>jsr305</artifactId> |
| 70 | + <version>3.0.0</version> |
| 71 | + <scope>compile</scope> |
| 72 | + </dependency> |
| 73 | + <dependency> |
| 74 | + <groupId>com.squareup.okhttp3</groupId> |
| 75 | + <artifactId>okhttp</artifactId> |
| 76 | + <version>3.6.0</version> |
| 77 | + <scope>compile</scope> |
| 78 | + </dependency> |
| 79 | + <dependency> |
| 80 | + <groupId>com.squareup.okhttp3</groupId> |
| 81 | + <artifactId>okhttp-urlconnection</artifactId> |
| 82 | + <version>3.6.0</version> |
| 83 | + <scope>compile</scope> |
| 84 | + </dependency> |
| 85 | + <dependency> |
| 86 | + <groupId>com.squareup.okio</groupId> |
| 87 | + <artifactId>okio</artifactId> |
| 88 | + <version>1.13.0</version> |
| 89 | + <scope>compile</scope> |
| 90 | + </dependency> |
| 91 | + <dependency> |
| 92 | + <groupId>org.webkit</groupId> |
| 93 | + <artifactId>android-jsc</artifactId> |
| 94 | + <version>r174650</version> |
| 95 | + <scope>compile</scope> |
| 96 | + </dependency> |
| 97 | + </dependencies> |
| 98 | +</project> |
0 commit comments