拆分模块
git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@53 1a56cb94-b969-4eaa-88fa-be21384802f2
This commit is contained in:
parent
eba019a7e7
commit
979e11641a
|
|
@ -31,5 +31,10 @@
|
|||
<artifactId>dubbo-registry</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
<artifactId>dubbo-rpc-default</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
</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;
|
||||
|
||||
/**
|
||||
* <code>TestService</code>
|
||||
|
|
@ -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