Skip to content

Commit

Permalink
Downgraded servlet api to 2.4 and added SCM config
Browse files Browse the repository at this point in the history
  • Loading branch information
Kjeld Froberg committed Jul 12, 2012
1 parent f911b1c commit fc7e2d2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dgws-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<version>2.4</version>
</dependency>
</dependencies>
</project>
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
</modules>
<packaging>pom</packaging>

<scm>
<connection>scm:git:git@github.com:trifork/dgws.git</connection>
<url>scm:git:git@github.com:trifork/dgws.git</url>
<developerConnection>scm:git:git@github.com:trifork/dgws.git</developerConnection>
</scm>


<repositories>
<repository>
<id>trifork.public</id>
Expand Down

0 comments on commit fc7e2d2

Please sign in to comment.