Commit c163a330 by hulei

优化依赖 删除与bopset冲突的CfasigMapper

parent 56101d03
package com.brilliance.isc.mda.dao;
import com.brilliance.isc.bo.Cct;
import com.brilliance.isc.bo.Cfasig;
import org.apache.ibatis.annotations.Mapper;
import java.util.Collection;
import java.util.List;
import java.util.Map;
@Mapper
public interface CfasigMapper {
int insert(Cfasig record);
}
...@@ -16,12 +16,12 @@ ...@@ -16,12 +16,12 @@
<name>isc-common-esb</name> <name>isc-common-esb</name>
<dependencies> <dependencies>
<dependency> <!-- <dependency>-->
<groupId>javax.servlet</groupId> <!-- <groupId>javax.servlet</groupId>-->
<artifactId>javax.servlet-api</artifactId> <!-- <artifactId>javax.servlet-api</artifactId>-->
<scope>provided</scope> <!-- <scope>provided</scope>-->
<optional>true</optional> <!-- <optional>true</optional>-->
</dependency> <!-- </dependency>-->
<dependency> <dependency>
<groupId>com.alibaba.fastjson2</groupId> <groupId>com.alibaba.fastjson2</groupId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment