<?xml version="1.0" encoding="utf-8"?>

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">  
  <modelVersion>4.0.0</modelVersion>  
  <groupId>com.alibaba.dchain.open</groupId>  
  <artifactId>OpenDChain-app-569</artifactId>  
  <packaging>jar</packaging>  
  <version>1.1.1-SNAPSHOT</version>  
  <dependencies> 
    <dependency> 
      <groupId>com.alibaba.dchain</groupId>  
      <artifactId>open-api-client</artifactId>  
      <version>1.0.9</version> 
    </dependency> 
  </dependencies>  
  <distributionManagement> 
    <repository> 
      <id>releases</id>  
      <url>http://repo.alibaba-inc.com/mvn/releases</url> 
    </repository>  
    <snapshotRepository> 
      <id>snapshots</id>  
      <url>http://repo.alibaba-inc.com/mvn/snapshots</url> 
    </snapshotRepository> 
  </distributionManagement>  
  <build> 
    <plugins> 
      <plugin> 
        <groupId>org.apache.maven.plugins</groupId>  
        <artifactId>maven-compiler-plugin</artifactId>  
        <version>3.8.1</version>  
        <configuration> 
          <source>1.8</source>  
          <target>1.8</target>  
          <encoding>UTF-8</encoding>  
          <compilerArgument>-parameters</compilerArgument> 
        </configuration> 
      </plugin>  
      <plugin> 
        <groupId>org.apache.maven.plugins</groupId>  
        <artifactId>maven-resources-plugin</artifactId>  
        <version>3.2.0</version>  
        <configuration> 
          <encoding>UTF-8</encoding> 
        </configuration> 
      </plugin>  
      <plugin> 
        <groupId>org.apache.maven.plugins</groupId>  
        <artifactId>maven-source-plugin</artifactId>  
        <version>3.2.0</version>  
        <executions> 
          <execution> 
            <id>attach-sources</id>  
            <goals> 
              <goal>jar</goal> 
            </goals> 
          </execution> 
        </executions> 
      </plugin>  
      <plugin> 
        <groupId>org.apache.maven.plugins</groupId>  
        <artifactId>maven-shade-plugin</artifactId>  
        <version>3.2.4</version>  
        <configuration> 
          <filters> 
            <filter> 
              <artifact>*:*</artifact>  
              <excludes> 
                <exclude>META-INF/*.SF</exclude>  
                <exclude>META-INF/*.DSA</exclude>  
                <exclude>META-INF/*.RSA</exclude> 
              </excludes> 
            </filter> 
          </filters> 
        </configuration>  
        <executions> 
          <execution> 
            <phase>package</phase>  
            <goals> 
              <goal>shade</goal> 
            </goals> 
          </execution> 
        </executions> 
      </plugin> 
    </plugins> 
  </build>  
  <contributors><contributor><properties><provider>wdk-captain@list.alibaba-inc.com</provider><codeName>OpenDChain-app-569</codeName><codeUrl>['http://wdk-flow-center:oDJn3tiP4YgQkv59qj7W@gitlab.alibaba-inc.com/nbf-openapi/OpenDChain-app-569.git']@['commit 0d1adfdbcafd0934ac39a8ab52b6dbdf6e87c1ab']</codeUrl><description>contributors added by SCM Plugin, please don't modify it!</description></properties></contributor></contributors>
</project>
