迁移注册中心测试类
git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@102 1a56cb94-b969-4eaa-88fa-be21384802f2
This commit is contained in:
parent
a39d3ea787
commit
a152466f8a
|
|
@ -38,6 +38,13 @@
|
|||
<groupId>com.alibaba</groupId>
|
||||
<artifactId>dubbo-rpc-default</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
<artifactId>dubbo-remoting-netty</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package com.alibaba.dubbo.registry.support;
|
||||
package com.alibaba.dubbo.registry.dubbo;
|
||||
|
||||
import static org.junit.Assert.fail;
|
||||
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package com.alibaba.dubbo.registry.support;
|
||||
package com.alibaba.dubbo.registry.dubbo;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
|
||||
Loading…
Reference in New Issue