commit
5ce771ac77
6
pom.xml
6
pom.xml
|
|
@ -46,8 +46,8 @@
|
|||
</licenses>
|
||||
|
||||
<scm>
|
||||
<connection>scm:git:git://github.com/checkstyle/checkstyle.git</connection>
|
||||
<developerConnection>scm:git:git://github.com/checkstyle/checkstyle.git</developerConnection>
|
||||
<connection>scm:git:git@github.com:checkstyle/checkstyle.git</connection>
|
||||
<developerConnection>scm:git:git@github.com:checkstyle/checkstyle.git</developerConnection>
|
||||
<url>https://github.com/checkstyle/checkstyle</url>
|
||||
</scm>
|
||||
|
||||
|
|
@ -179,7 +179,7 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.guava</groupId>
|
||||
<artifactId>guava</artifactId>
|
||||
<artifactId>guava-jdk5</artifactId>
|
||||
<version>14.0.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
|
|||
Loading…
Reference in New Issue