Update the dependencies
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171289 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e3058de6c1
commit
5d97dad518
1 changed files with 13 additions and 1 deletions
|
|
@ -44,7 +44,13 @@
|
|||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-websocket</artifactId>
|
||||
<version>8.0.0.M3</version>
|
||||
<version>8.0.1.v20110908</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-server</artifactId>
|
||||
<version>8.0.1.v20110908</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
|
|
@ -62,6 +68,12 @@
|
|||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>javax.servlet-api</artifactId>
|
||||
<version>3.0.1</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.mortbay.jetty</groupId>
|
||||
<artifactId>jetty</artifactId>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue