清理pom.xml文件。
This commit is contained in:
		@@ -156,64 +156,6 @@
 | 
			
		||||
          </compilerArguments>
 | 
			
		||||
        </configuration>
 | 
			
		||||
      </plugin>
 | 
			
		||||
      <!-- <plugin>
 | 
			
		||||
          <artifactId>maven-clean-plugin</artifactId>
 | 
			
		||||
          <version>3.4.0</version>
 | 
			
		||||
        </plugin>
 | 
			
		||||
        
 | 
			
		||||
        <plugin>
 | 
			
		||||
          <artifactId>maven-resources-plugin</artifactId>
 | 
			
		||||
          <version>3.3.1</version>
 | 
			
		||||
        </plugin>
 | 
			
		||||
        <plugin>
 | 
			
		||||
          <artifactId>maven-compiler-plugin</artifactId>
 | 
			
		||||
          <version>3.13.0</version>
 | 
			
		||||
          <configuration>
 | 
			
		||||
            <compilerArguments>
 | 
			
		||||
              <extdirs>${project.basedir}\lib</extdirs>
 | 
			
		||||
            </compilerArguments>
 | 
			
		||||
          </configuration>
 | 
			
		||||
        </plugin>
 | 
			
		||||
        <plugin>
 | 
			
		||||
          <artifactId>maven-install-plugin</artifactId>
 | 
			
		||||
          <version>3.1.2</version>
 | 
			
		||||
        </plugin>
 | 
			
		||||
        <plugin>
 | 
			
		||||
          <artifactId>maven-deploy-plugin</artifactId>
 | 
			
		||||
          <version>3.1.2</version>
 | 
			
		||||
        </plugin>
 | 
			
		||||
        
 | 
			
		||||
        <plugin>
 | 
			
		||||
          <artifactId>maven-site-plugin</artifactId>
 | 
			
		||||
          <version>3.12.1</version>
 | 
			
		||||
        </plugin>
 | 
			
		||||
        <plugin>
 | 
			
		||||
          <artifactId>maven-project-info-reports-plugin</artifactId>
 | 
			
		||||
          <version>3.6.1</version>
 | 
			
		||||
        </plugin>
 | 
			
		||||
        <plugin>
 | 
			
		||||
          <groupId>org.apache.maven.plugins</groupId>
 | 
			
		||||
          <artifactId>maven-assembly-plugin</artifactId>
 | 
			
		||||
          <configuration>
 | 
			
		||||
            <descriptorRefs>
 | 
			
		||||
              <descriptorRef>jar-with-dependencies</descriptorRef>
 | 
			
		||||
            </descriptorRefs>
 | 
			
		||||
            <archive>
 | 
			
		||||
              <manifest>
 | 
			
		||||
                <mainClass>AppMain</mainClass>
 | 
			
		||||
              </manifest>
 | 
			
		||||
            </archive>
 | 
			
		||||
          </configuration>
 | 
			
		||||
          <executions>
 | 
			
		||||
            <execution>
 | 
			
		||||
              <id>make-assmenbly</id>
 | 
			
		||||
              <phase>package</phase>
 | 
			
		||||
              <goals>
 | 
			
		||||
                <goal>single</goal>
 | 
			
		||||
              </goals>
 | 
			
		||||
            </execution>
 | 
			
		||||
          </executions>
 | 
			
		||||
        </plugin> -->
 | 
			
		||||
      <plugin>
 | 
			
		||||
        <groupId>org.apache.maven.plugins</groupId>
 | 
			
		||||
        <artifactId>maven-assembly-plugin</artifactId>
 | 
			
		||||
 
 | 
			
		||||
@@ -32,6 +32,7 @@ import cn.hsa.zephyr.apisdk.request.DefaultZephyrRequest;
 | 
			
		||||
import cn.hsa.zephyr.apisdk.response.DefaultZephyrResponse;
 | 
			
		||||
import com.cpic.xim.huixiabao.data.config.HuixiabaoConfig;
 | 
			
		||||
 | 
			
		||||
@SuppressWarnings("unused")
 | 
			
		||||
public class CpicximToXMNHS
 | 
			
		||||
{
 | 
			
		||||
    private static Logger logger = LoggerFactory.getLogger( CpicximToXMNHS.class );
 | 
			
		||||
@@ -67,7 +68,7 @@ public class CpicximToXMNHS
 | 
			
		||||
                    select info.psnName, info.certNo, info.serviceId, info.status, info.xyxNo
 | 
			
		||||
                      from HmbXyxInfo info,
 | 
			
		||||
                           HmbXyxInfo_Update u
 | 
			
		||||
                    where info.xyxNo = u.xyxNo """;
 | 
			
		||||
                     where info.xyxNo = u.xyxNo """;
 | 
			
		||||
 | 
			
		||||
            connection = DriverManager.getConnection( url, userName, password );
 | 
			
		||||
            statement  = connection.createStatement();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user