update test case

already destory: DUBBO-2


git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@139 1a56cb94-b969-4eaa-88fa-be21384802f2
This commit is contained in:
chao.liuc 2011-10-31 07:15:41 +00:00
parent 68e92339fb
commit 6cc4c8eb18
1 changed files with 6 additions and 0 deletions

View File

@ -45,6 +45,12 @@
<artifactId>dubbo-remoting-netty</artifactId>
<version>${project.parent.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.bsf</groupId>
<artifactId>bsf-api</artifactId>
<scope>test</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>