Skip to content

Commit

Permalink
- fixed pom.xml
Browse files Browse the repository at this point in the history
 - added missing sml repos
 - removed unused mysql connector
  • Loading branch information
szimano committed Feb 25, 2012
1 parent d926dae commit 25aee8f
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,6 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.16</version>
</dependency>

<dependency>
<groupId>pl.softwaremill.common</groupId>
<artifactId>softwaremill-sqs</artifactId>
Expand Down Expand Up @@ -118,6 +112,19 @@

</dependencies>

<repositories>
<repository>
<id>softwaremill-snapshots</id>
<name>SoftwareMill Snapshots</name>
<url>http://tools.softwaremill.pl/nexus/content/repositories/snapshots</url>
</repository>
<repository>
<id>softwaremill-releases</id>
<name>SoftwareMill Releases</name>
<url>http://tools.softwaremill.pl/nexus/content/repositories/releases</url>
</repository>
</repositories>

<profiles>
<profile>
<id>lg</id>
Expand Down

0 comments on commit 25aee8f

Please sign in to comment.