Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizzercn committed Apr 22, 2019
1 parent 63d1375 commit de41271
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<logback.version>1.2.3</logback.version>
<!-- dubbo 及 sentinel 中netty版本保持一致 -->
<netty.version>4.1.34.Final</netty.version>
<seata.version>0.4.1</seata.version>
<seata.version>0.5.0</seata.version>
<docker.image.prefix>nutzwk</docker.image.prefix>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import cn.wizzer.framework.base.service.BaseServiceImpl;
import cn.wizzer.framework.page.Pagination;
import com.alibaba.dubbo.config.annotation.Service;
import org.nutz.aop.interceptor.async.Async;
import org.nutz.aop.interceptor.ioc.TransAop;
import org.nutz.dao.*;
import org.nutz.dao.sql.Sql;
Expand Down

0 comments on commit de41271

Please sign in to comment.