47 lines
1.6 KiB
Plaintext
47 lines
1.6 KiB
Plaintext
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<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"
|
||
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||
|
|
<modelVersion>4.0.0</modelVersion>
|
||
|
|
<groupId>com.android.databinding</groupId>
|
||
|
|
<artifactId>localizemaven</artifactId>
|
||
|
|
<version>1.1</version>
|
||
|
|
<dependencies>
|
||
|
|
<dependency>
|
||
|
|
<groupId>commons-io</groupId>
|
||
|
|
<artifactId>commons-io</artifactId>
|
||
|
|
<version>2.4</version>
|
||
|
|
<scope>compile</scope>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.apache.maven</groupId>
|
||
|
|
<artifactId>maven-aether-provider</artifactId>
|
||
|
|
<version>3.3.3</version>
|
||
|
|
<scope>compile</scope>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.eclipse.aether</groupId>
|
||
|
|
<artifactId>aether-transport-http</artifactId>
|
||
|
|
<version>1.0.2.v20150114</version>
|
||
|
|
<scope>compile</scope>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.eclipse.aether</groupId>
|
||
|
|
<artifactId>aether</artifactId>
|
||
|
|
<version>1.0.2.v20150114</version>
|
||
|
|
<scope>compile</scope>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.eclipse.aether</groupId>
|
||
|
|
<artifactId>aether-connector-basic</artifactId>
|
||
|
|
<version>1.0.2.v20150114</version>
|
||
|
|
<scope>compile</scope>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.eclipse.aether</groupId>
|
||
|
|
<artifactId>aether-transport-file</artifactId>
|
||
|
|
<version>1.0.2.v20150114</version>
|
||
|
|
<scope>compile</scope>
|
||
|
|
</dependency>
|
||
|
|
</dependencies>
|
||
|
|
</project>
|