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.android.databinding</groupId> 6 <artifactId>baseLibrary</artifactId> 7 <version>1.0-rc3</version> 8 <licenses> 9 <license> 10 <name>The Apache Software License, Version 2.0</name> 11 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 12 <distribution>repo</distribution> 13 </license> 14 </licenses> 15 <dependencies> 16 <dependency> 17 <groupId>junit</groupId> 18 <artifactId>junit</artifactId> 19 <version>4.12</version> 20 <scope>test</scope> 21 </dependency> 22 </dependencies> 23 </project> 24