com.google.code.geocoder-java:geocoder-java
Advanced tools
Sorry, the diff of this file is not supported yet
| #Generated by Maven | ||
| #Wed Apr 24 20:51:06 UTC 2013 | ||
| version=0.15 | ||
| #Thu May 01 03:11:11 EEST 2014 | ||
| version=0.16 | ||
| groupId=com.google.code.geocoder-java | ||
| artifactId=geocoder-java |
@@ -8,3 +8,3 @@ <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/xsd/maven-4.0.0.xsd"> | ||
| <artifactId>geocoder-java</artifactId> | ||
| <version>0.15</version> | ||
| <version>0.16</version> | ||
| <packaging>jar</packaging> | ||
@@ -18,9 +18,13 @@ | ||
| <dependency> | ||
| <groupId>commons-httpclient</groupId> | ||
| <artifactId>commons-httpclient</artifactId> | ||
| <groupId>com.google.code.gson</groupId> | ||
| <artifactId>gson</artifactId> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>org.slf4j</groupId> | ||
| <artifactId>slf4j-api</artifactId> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>com.google.code.gson</groupId> | ||
| <artifactId>gson</artifactId> | ||
| <groupId>commons-httpclient</groupId> | ||
| <artifactId>commons-httpclient</artifactId> | ||
| </dependency> | ||
@@ -33,2 +37,14 @@ | ||
| <dependency> | ||
| <groupId>org.slf4j</groupId> | ||
| <artifactId>slf4j-log4j12</artifactId> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>commons-logging</groupId> | ||
| <artifactId>commons-logging</artifactId> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>org.slf4j</groupId> | ||
| <artifactId>jcl-over-slf4j</artifactId> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>org.apache.poi</groupId> | ||
@@ -51,6 +67,12 @@ <artifactId>poi</artifactId> | ||
| <artifactId>gson</artifactId> | ||
| <version>1.7.2</version> | ||
| <version>2.2.4</version> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>org.slf4j</groupId> | ||
| <artifactId>slf4j-api</artifactId> | ||
| <version>1.7.7</version> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>junit</groupId> | ||
@@ -63,2 +85,15 @@ <artifactId>junit</artifactId> | ||
| <dependency> | ||
| <groupId>org.slf4j</groupId> | ||
| <artifactId>jcl-over-slf4j</artifactId> | ||
| <version>1.7.7</version> | ||
| <scope>test</scope> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>org.slf4j</groupId> | ||
| <artifactId>slf4j-log4j12</artifactId> | ||
| <version>1.7.7</version> | ||
| <scope>test</scope> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>org.apache.poi</groupId> | ||
@@ -69,2 +104,8 @@ <artifactId>poi</artifactId> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>commons-logging</groupId> | ||
| <artifactId>commons-logging</artifactId> | ||
| <version>99.0-does-not-exist</version> | ||
| <scope>test</scope> | ||
| </dependency> | ||
| </dependencies> | ||
@@ -106,3 +147,3 @@ </dependencyManagement> | ||
| <artifactId>maven-compiler-plugin</artifactId> | ||
| <version>3.0</version> | ||
| <version>3.1</version> | ||
| <configuration> | ||
@@ -116,3 +157,3 @@ <source>1.6</source> | ||
| <artifactId>maven-surefire-plugin</artifactId> | ||
| <version>2.14</version> | ||
| <version>2.17</version> | ||
| </plugin> | ||
@@ -123,10 +164,2 @@ <plugin> | ||
| <version>2.4</version> | ||
| <!--<executions> | ||
| <execution> | ||
| <phase>package</phase> | ||
| <goals> | ||
| <goal>jar</goal> | ||
| </goals> | ||
| </execution> | ||
| </executions>--> | ||
| <configuration> | ||
@@ -147,3 +180,3 @@ <archive> | ||
| <artifactId>jacoco-maven-plugin</artifactId> | ||
| <version>0.5.9.201207300726</version> | ||
| <version>0.7.0.201403182114</version> | ||
| <executions> | ||
@@ -166,3 +199,3 @@ <execution> | ||
| <artifactId>maven-failsafe-plugin</artifactId> | ||
| <version>2.14</version> | ||
| <version>2.17</version> | ||
| <configuration> | ||
@@ -216,3 +249,3 @@ <reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory> | ||
| <artifactId>maven-gpg-plugin</artifactId> | ||
| <version>1.4</version> | ||
| <version>1.5</version> | ||
| <executions> | ||
@@ -231,3 +264,3 @@ <execution> | ||
| <artifactId>maven-install-plugin</artifactId> | ||
| <version>2.4</version> | ||
| <version>2.5.1</version> | ||
| </plugin> | ||
@@ -242,3 +275,3 @@ <plugin> | ||
| <artifactId>maven-deploy-plugin</artifactId> | ||
| <version>2.7</version> | ||
| <version>2.8.1</version> | ||
| </plugin> | ||
@@ -248,3 +281,3 @@ <plugin> | ||
| <artifactId>maven-release-plugin</artifactId> | ||
| <version>2.4</version> | ||
| <version>2.5</version> | ||
| <configuration> | ||
@@ -297,5 +330,5 @@ <releaseProfiles>release</releaseProfiles> | ||
| <scm> | ||
| <connection>scm:svn:https://geocoder-java.googlecode.com/svn/tags/geocoder-java-0.15</connection> | ||
| <developerConnection>scm:svn:https://geocoder-java.googlecode.com/svn/tags/geocoder-java-0.15</developerConnection> | ||
| <url>https://geocoder-java.googlecode.com/svn/tags/geocoder-java-0.15</url> | ||
| <connection>scm:svn:https://geocoder-java.googlecode.com/svn/tags/geocoder-java-0.16</connection> | ||
| <developerConnection>scm:svn:https://geocoder-java.googlecode.com/svn/tags/geocoder-java-0.16</developerConnection> | ||
| <url>https://geocoder-java.googlecode.com/svn/tags/geocoder-java-0.16</url> | ||
| </scm> | ||
@@ -302,0 +335,0 @@ <!--<prerequisites>...</prerequisites>--> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet