Skip to content

Commit

Permalink
fix pom.xml
Browse files Browse the repository at this point in the history
M
  • Loading branch information
msimonin committed Dec 1, 2013
1 parent 430b15c commit 9da49a7
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
</distributionManagement>

<scm>
<connection>scm:git:http://github.com/snoozesoftware/libvirtConfigGenerator.git</connection>
<developerConnection>scm:git:ssh://[email protected]/snoozesoftware/libvirtConfigGenerator.git</developerConnection>
<url>https://github.com/snoozesoftware/libvirtConfigGenerator.git</url>
<connection>scm:git:http://github.com/snoozesoftware/snoozeec2.git</connection>
<developerConnection>scm:git:ssh://[email protected]/snoozesoftware/snoozeec2.git</developerConnection>
<url>https://github.com/snoozesoftware/snoozeec2.git</url>
</scm>


Expand Down Expand Up @@ -195,11 +195,6 @@
</build>

<dependencies>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.14-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 9da49a7

Please sign in to comment.