拆分模块

git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@53 1a56cb94-b969-4eaa-88fa-be21384802f2
This commit is contained in:
william.liangf 2011-10-26 02:49:32 +00:00
parent eba019a7e7
commit 979e11641a
3 changed files with 7 additions and 2 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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;