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:
parent
68e92339fb
commit
6cc4c8eb18
|
|
@ -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>
|
||||
Loading…
Reference in New Issue