Compare commits

...

9 Commits

97 changed files with 943 additions and 43 deletions

View File

@ -7,7 +7,7 @@
<dependency>
<groupId>io.github.ehlxr</groupId>
<artifactId>did-sdk</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</dependency>
</dependencies>
```

View File

@ -0,0 +1 @@
11574929f644e76954abdb3a6ea4eb2e

View File

@ -0,0 +1 @@
6049adc0bf068380761054512f5bd5bec7d8a630

View File

@ -0,0 +1 @@
4f940f87bf8a884bbccbefd8b414bf99

View File

@ -0,0 +1 @@
bd058251c026d18ec9f4cb14cdce3c91d32d4345

View File

@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>did-parent</artifactId>
<groupId>io.github.ehlxr</groupId>
<version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>did-common</artifactId>
<name>did-common</name>
<dependencies>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>

View File

@ -0,0 +1 @@
780086a162bd3a2019cd1d14e0014e8b

View File

@ -0,0 +1 @@
3ca99739046e42691a76c48505316425bd4c9da6

View File

@ -5,26 +5,26 @@
<version>1.1.0-SNAPSHOT</version>
<versioning>
<snapshot>
<timestamp>20210211.031345</timestamp>
<timestamp>20210213.025952</timestamp>
<buildNumber>1</buildNumber>
</snapshot>
<lastUpdated>20210211031345</lastUpdated>
<lastUpdated>20210213025952</lastUpdated>
<snapshotVersions>
<snapshotVersion>
<extension>jar</extension>
<value>1.1.0-20210211.031345-1</value>
<updated>20210211031345</updated>
<value>1.1.0-20210213.025952-1</value>
<updated>20210213025952</updated>
</snapshotVersion>
<snapshotVersion>
<extension>pom</extension>
<value>1.1.0-20210211.031345-1</value>
<updated>20210211031345</updated>
<value>1.1.0-20210213.025952-1</value>
<updated>20210213025952</updated>
</snapshotVersion>
<snapshotVersion>
<classifier>sources</classifier>
<extension>jar</extension>
<value>1.1.0-20210211.031345-1</value>
<updated>20210211031345</updated>
<value>1.1.0-20210213.025952-1</value>
<updated>20210213025952</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>

View File

@ -1 +1 @@
ee761e611f1ce2644757eb0afb2f5ca5
9ff85b308dd9cf74bb2bf6926ea4c470

View File

@ -1 +1 @@
83921da8d44ed643c153b5c07d69cfce5d64193b
a4c077a551746c5b8f81017b2e1afe5a35b7f22c

View File

@ -0,0 +1 @@
3c365a57c560b190e1e2f82ddf02e687

View File

@ -0,0 +1 @@
453065b351ad36da596f8b62a20d9a620a454724

View File

@ -0,0 +1 @@
74223e7576f5bd655829250cfc25bd8f

View File

@ -0,0 +1 @@
52fb4a12b212663907c101593d3528a48edbc36a

View File

@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>did-parent</artifactId>
<groupId>io.github.ehlxr</groupId>
<version>1.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>did-common</artifactId>
<name>did-common</name>
<dependencies>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>

View File

@ -0,0 +1 @@
a1573357f21920696c4997a877e4cb50

View File

@ -0,0 +1 @@
29063f40750f4d82e50606973720718db52dbcab

View File

@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata modelVersion="1.1.0">
<groupId>io.github.ehlxr</groupId>
<artifactId>did-common</artifactId>
<version>1.1.1-SNAPSHOT</version>
<versioning>
<snapshot>
<timestamp>20210213.043600</timestamp>
<buildNumber>1</buildNumber>
</snapshot>
<lastUpdated>20210213043600</lastUpdated>
<snapshotVersions>
<snapshotVersion>
<extension>jar</extension>
<value>1.1.1-20210213.043600-1</value>
<updated>20210213043600</updated>
</snapshotVersion>
<snapshotVersion>
<extension>pom</extension>
<value>1.1.1-20210213.043600-1</value>
<updated>20210213043600</updated>
</snapshotVersion>
<snapshotVersion>
<classifier>sources</classifier>
<extension>jar</extension>
<value>1.1.1-20210213.043600-1</value>
<updated>20210213043600</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>
</metadata>

View File

@ -0,0 +1 @@
2f4e9a18174134db4eadf1e4e9607f81

View File

@ -0,0 +1 @@
a86687f121f0a4c8e5eabb98e4d2911d7429e917

View File

@ -4,8 +4,8 @@
<artifactId>did-common</artifactId>
<versioning>
<versions>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.1-SNAPSHOT</version>
</versions>
<lastUpdated>20210211031345</lastUpdated>
<lastUpdated>20210213043600</lastUpdated>
</versioning>
</metadata>

View File

@ -1 +1 @@
cc60da72e8af4104d36da014dcc0cef1
c234d4f3acc229bc64636f14adf68976

View File

@ -1 +1 @@
e7987a14504b59500e89aafcd103eb62ee9d03b4
3f2829847e643486fa0fcba05a3673ea7cad59c7

View File

@ -0,0 +1 @@
c06578a868741da1cc118e4465fc8eb6

View File

@ -0,0 +1 @@
46b51bddda4c4001a70e9932f17d4846b2c4e2a2

View File

@ -0,0 +1 @@
4a12a774f7171cec333b3057871a5f8a

View File

@ -0,0 +1 @@
dbf114a424481697bf71a7ee96caa1f729aa36af

View File

@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>did-parent</artifactId>
<groupId>io.github.ehlxr</groupId>
<version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>did-core</artifactId>
<dependencies>
<dependency>
<groupId>io.github.ehlxr</groupId>
<artifactId>did-common</artifactId>
</dependency>
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-core</artifactId>
</dependency>
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-runtime</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>

View File

@ -0,0 +1 @@
4816ead79226cef9dfde0de99dedb7f1

View File

@ -0,0 +1 @@
1538f7290acca75ff521efb8adb29198a0d91559

View File

@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata modelVersion="1.1.0">
<groupId>io.github.ehlxr</groupId>
<artifactId>did-core</artifactId>
<version>1.1.0-SNAPSHOT</version>
<versioning>
<snapshot>
<timestamp>20210213.030044</timestamp>
<buildNumber>1</buildNumber>
</snapshot>
<lastUpdated>20210213030044</lastUpdated>
<snapshotVersions>
<snapshotVersion>
<extension>jar</extension>
<value>1.1.0-20210213.030044-1</value>
<updated>20210213030044</updated>
</snapshotVersion>
<snapshotVersion>
<extension>pom</extension>
<value>1.1.0-20210213.030044-1</value>
<updated>20210213030044</updated>
</snapshotVersion>
<snapshotVersion>
<classifier>sources</classifier>
<extension>jar</extension>
<value>1.1.0-20210213.030044-1</value>
<updated>20210213030044</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>
</metadata>

View File

@ -0,0 +1 @@
4e8358ffd9983d269f45b1adaa631cf5

View File

@ -0,0 +1 @@
ef12997ba4997045181dc261351bb1c96dc82fbf

View File

@ -0,0 +1 @@
fef408557dac281a51324e755d818876

View File

@ -0,0 +1 @@
59c4bfe87d800a83b81a3cf99ed5ada04d13fec2

View File

@ -0,0 +1 @@
dbfbd7df42b39acdd7dd52329005c1eb

View File

@ -0,0 +1 @@
4796a29954ec954d04147c09618bd8b550bcea8b

View File

@ -0,0 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>did-parent</artifactId>
<groupId>io.github.ehlxr</groupId>
<version>1.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>did-core</artifactId>
<dependencies>
<dependency>
<groupId>io.github.ehlxr</groupId>
<artifactId>did-common</artifactId>
</dependency>
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-core</artifactId>
</dependency>
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-runtime</artifactId>
</dependency>
<dependency>
<groupId>com.caucho</groupId>
<artifactId>hessian</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>

View File

@ -0,0 +1 @@
d6793d575fb9705cac2dc445984fa9f3

View File

@ -0,0 +1 @@
1f8218eae31b604cbbaf5e14afd67be300322cdb

View File

@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata modelVersion="1.1.0">
<groupId>io.github.ehlxr</groupId>
<artifactId>did-core</artifactId>
<version>1.1.1-SNAPSHOT</version>
<versioning>
<snapshot>
<timestamp>20210213.043653</timestamp>
<buildNumber>1</buildNumber>
</snapshot>
<lastUpdated>20210213043653</lastUpdated>
<snapshotVersions>
<snapshotVersion>
<extension>jar</extension>
<value>1.1.1-20210213.043653-1</value>
<updated>20210213043653</updated>
</snapshotVersion>
<snapshotVersion>
<extension>pom</extension>
<value>1.1.1-20210213.043653-1</value>
<updated>20210213043653</updated>
</snapshotVersion>
<snapshotVersion>
<classifier>sources</classifier>
<extension>jar</extension>
<value>1.1.1-20210213.043653-1</value>
<updated>20210213043653</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>
</metadata>

View File

@ -0,0 +1 @@
63ca252258f48830f1d377eef7f2d5ec

View File

@ -0,0 +1 @@
ccbb74d13efeaa42be6efa5f973d5544368b555a

View File

@ -4,8 +4,8 @@
<artifactId>did-core</artifactId>
<versioning>
<versions>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.1-SNAPSHOT</version>
</versions>
<lastUpdated>20210210084412</lastUpdated>
<lastUpdated>20210213043653</lastUpdated>
</versioning>
</metadata>

View File

@ -1 +1 @@
08d109a038f08e2d242027ce1a5b258f
1217c3b65eac85974aceda419022af26

View File

@ -1 +1 @@
6393d705f18ab31f6cb031cffb6e5e50964ee6a1
8553d48f4811cffb31e7c06d843b05d3a056a48d

View File

@ -0,0 +1,198 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>io.github.ehlxr</groupId>
<artifactId>did-parent</artifactId>
<packaging>pom</packaging>
<version>1.1.0-SNAPSHOT</version>
<modules>
<module>did-server</module>
<module>did-sdk</module>
<module>did-common</module>
<module>did-core</module>
</modules>
<name>did-parent</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!--目标编译的 Java 版本可以通过以下属性指定,不用配置 maven-compiler-plugin 插件-->
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<did.version>1.1.0-SNAPSHOT</did.version>
<netty.version>4.1.58.Final</netty.version>
<logback.version>1.1.7</logback.version>
<junit.version>4.13.1</junit.version>
<jackson.version>2.10.3</jackson.version>
<protostuff.version>1.7.2</protostuff.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>${netty.version}</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>${logback.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.github.ehlxr</groupId>
<artifactId>did-common</artifactId>
<version>${did.version}</version>
</dependency>
<dependency>
<groupId>io.github.ehlxr</groupId>
<artifactId>did-core</artifactId>
<version>${did.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-core</artifactId>
<version>${protostuff.version}</version>
</dependency>
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-runtime</artifactId>
<version>${protostuff.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<!--<dependencies>-->
<!-- 为了 debug 调试-->
<!-- <dependency>-->
<!-- <groupId>com.github.github</groupId>-->
<!-- <artifactId>site-maven-plugin</artifactId>-->
<!-- <version>0.12</version>-->
<!-- </dependency>-->
<!--</dependencies>-->
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<configuration>
<altDeploymentRepository>maven.repo::default::file://${project.build.directory}/mvn-repo
</altDeploymentRepository>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.1.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>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<!-- Deploy the web site -->
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
<version>0.12</version>
<executions>
<execution>
<goals>
<goal>site</goal>
</goals>
<!-- select the Maven phase in which the plugin will be executed -->
<phase>deploy</phase>
<configuration>
<!-- Plugin configuration goes here -->
<userName>ehlxr</userName>
<!--suppress UnresolvedMavenProperty -->
<password>${env.GITHUB_MVN_TOKEN}</password>
<!-- The commit message -->
<message>init git maven repository</message>
<!-- The location where the site is uploaded -->
<repositoryName>maven-repository</repositoryName> <!-- github repo name -->
<repositoryOwner>ehlxr</repositoryOwner> <!-- organization or user name -->
<!-- Use merge or override the content -->
<merge>true</merge>
<outputDirectory>${project.build.directory}/mvn-repo</outputDirectory>
<branch>refs/heads/main</branch>
<!--<includes>-->
<!-- <include>**/*</include>-->
<!--</includes>-->
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
<distributionManagement>
<repository>
<id>maven.repo</id>
<name>Local Staging Repository</name>
<url>file://${project.build.directory}/mvn-repo</url>
</repository>
</distributionManagement>
<!--<distributionManagement>-->
<!-- <repository>-->
<!-- <id>github</id>-->
<!-- <name>GitHub Apache Maven Packages</name>-->
<!-- <url>https://maven.pkg.github.com/ehlxr/mvn-repository</url>-->
<!-- </repository>-->
<!--</distributionManagement>-->
</project>

View File

@ -0,0 +1 @@
efac8a4ab647f6c3bd1c83bb358e81df

View File

@ -0,0 +1 @@
e113877c7f7b584a27fa0b21161fd02e4a85ca95

View File

@ -5,15 +5,15 @@
<version>1.1.0-SNAPSHOT</version>
<versioning>
<snapshot>
<timestamp>20210211.031311</timestamp>
<timestamp>20210213.025916</timestamp>
<buildNumber>1</buildNumber>
</snapshot>
<lastUpdated>20210211031311</lastUpdated>
<lastUpdated>20210213025916</lastUpdated>
<snapshotVersions>
<snapshotVersion>
<extension>pom</extension>
<value>1.1.0-20210211.031311-1</value>
<updated>20210211031311</updated>
<value>1.1.0-20210213.025916-1</value>
<updated>20210213025916</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>

View File

@ -1 +1 @@
a1bd9be6e4055567a6f319703fc202cf
1a73d64573f70c6f4cab9d1d95e90da2

View File

@ -1 +1 @@
64b961656b989dc68acb94da774de123ac65c261
7233f939049d941eb41176464c26cd9ebe57396e

View File

@ -0,0 +1,206 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>io.github.ehlxr</groupId>
<artifactId>did-parent</artifactId>
<packaging>pom</packaging>
<version>1.1.1-SNAPSHOT</version>
<modules>
<module>did-server</module>
<module>did-sdk</module>
<module>did-common</module>
<module>did-core</module>
</modules>
<name>did-parent</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!--目标编译的 Java 版本可以通过以下属性指定,不用配置 maven-compiler-plugin 插件-->
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<did.version>1.1.1-SNAPSHOT</did.version>
<netty.version>4.1.58.Final</netty.version>
<logback.version>1.1.7</logback.version>
<junit.version>4.13.1</junit.version>
<jackson.version>2.10.3</jackson.version>
<protostuff.version>1.7.2</protostuff.version>
<hessian.version>4.0.65</hessian.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>${netty.version}</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>${logback.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.github.ehlxr</groupId>
<artifactId>did-common</artifactId>
<version>${did.version}</version>
</dependency>
<dependency>
<groupId>io.github.ehlxr</groupId>
<artifactId>did-core</artifactId>
<version>${did.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-core</artifactId>
<version>${protostuff.version}</version>
</dependency>
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-runtime</artifactId>
<version>${protostuff.version}</version>
</dependency>
<dependency>
<groupId>com.caucho</groupId>
<artifactId>hessian</artifactId>
<version>${hessian.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<!--<dependencies>-->
<!-- 为了 debug 调试-->
<!-- <dependency>-->
<!-- <groupId>com.github.github</groupId>-->
<!-- <artifactId>site-maven-plugin</artifactId>-->
<!-- <version>0.12</version>-->
<!-- </dependency>-->
<!--</dependencies>-->
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<configuration>
<altDeploymentRepository>maven.repo::default::file://${project.build.directory}/mvn-repo
</altDeploymentRepository>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.1.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>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<!-- Deploy the web site -->
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
<version>0.12</version>
<executions>
<execution>
<goals>
<goal>site</goal>
</goals>
<!-- select the Maven phase in which the plugin will be executed -->
<phase>deploy</phase>
<configuration>
<!-- Plugin configuration goes here -->
<userName>ehlxr</userName>
<!--suppress UnresolvedMavenProperty -->
<password>${env.GITHUB_MVN_TOKEN}</password>
<!-- The commit message -->
<message>init git maven repository</message>
<!-- The location where the site is uploaded -->
<repositoryName>maven-repository</repositoryName> <!-- github repo name -->
<repositoryOwner>ehlxr</repositoryOwner> <!-- organization or user name -->
<!-- Use merge or override the content -->
<merge>true</merge>
<outputDirectory>${project.build.directory}/mvn-repo</outputDirectory>
<branch>refs/heads/main</branch>
<!--<includes>-->
<!-- <include>**/*</include>-->
<!--</includes>-->
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
<distributionManagement>
<repository>
<id>maven.repo</id>
<name>Local Staging Repository</name>
<url>file://${project.build.directory}/mvn-repo</url>
</repository>
</distributionManagement>
<!--<distributionManagement>-->
<!-- <repository>-->
<!-- <id>github</id>-->
<!-- <name>GitHub Apache Maven Packages</name>-->
<!-- <url>https://maven.pkg.github.com/ehlxr/mvn-repository</url>-->
<!-- </repository>-->
<!--</distributionManagement>-->
</project>

View File

@ -0,0 +1 @@
068031f41aee35ed48ca6f0359589b6d

View File

@ -0,0 +1 @@
3b2c5bc1c045a0e862bfb56cb51544758642cc17

View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata modelVersion="1.1.0">
<groupId>io.github.ehlxr</groupId>
<artifactId>did-parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<versioning>
<snapshot>
<timestamp>20210213.043525</timestamp>
<buildNumber>1</buildNumber>
</snapshot>
<lastUpdated>20210213043525</lastUpdated>
<snapshotVersions>
<snapshotVersion>
<extension>pom</extension>
<value>1.1.1-20210213.043525-1</value>
<updated>20210213043525</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>
</metadata>

View File

@ -0,0 +1 @@
d8cb829322c03fc85e5ebf58014794e2

View File

@ -0,0 +1 @@
c8113f841c3eb59029ea9091d490b9b214953ab5

View File

@ -4,8 +4,8 @@
<artifactId>did-parent</artifactId>
<versioning>
<versions>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.1-SNAPSHOT</version>
</versions>
<lastUpdated>20210211031311</lastUpdated>
<lastUpdated>20210213043525</lastUpdated>
</versioning>
</metadata>

View File

@ -1 +1 @@
5268d7e7fb0f5897fb6144ebaaa3b2ea
d363c24f737a04b92deb6b58f83a4c84

View File

@ -1 +1 @@
aad0bab5f06e7f5a01e33664e96be6d6946fceaa
9d2755067bd3fd116a12d7129130762957017079

View File

@ -0,0 +1 @@
d3a30180f25731705fd1d053e741aac5

View File

@ -0,0 +1 @@
0e59f6851046d87750ccdb1b42b022d8225e8f26

View File

@ -0,0 +1 @@
62898b5ef39f91903cd108677dbb9ed0

View File

@ -0,0 +1 @@
42d1ba067322c8e4f51517133cc256f78f15d513

View File

@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>did-parent</artifactId>
<groupId>io.github.ehlxr</groupId>
<version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>did-sdk</artifactId>
<name>did-sdk</name>
<dependencies>
<dependency>
<groupId>io.github.ehlxr</groupId>
<artifactId>did-core</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<configuration>
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
<artifactSet>
<includes>
<include>io.github.ehlxr.did:did-common</include>
</includes>
</artifactSet>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>

View File

@ -0,0 +1 @@
26081bcc906524ffe344ff0de734a4ad

View File

@ -0,0 +1 @@
ec9a7b9cc68435afefd1997eb6597500c9286999

View File

@ -5,26 +5,26 @@
<version>1.1.0-SNAPSHOT</version>
<versioning>
<snapshot>
<timestamp>20210211.023100</timestamp>
<timestamp>20210213.030137</timestamp>
<buildNumber>1</buildNumber>
</snapshot>
<lastUpdated>20210211023100</lastUpdated>
<lastUpdated>20210213030137</lastUpdated>
<snapshotVersions>
<snapshotVersion>
<extension>jar</extension>
<value>1.1.0-20210211.023100-1</value>
<updated>20210211023100</updated>
<value>1.1.0-20210213.030137-1</value>
<updated>20210213030137</updated>
</snapshotVersion>
<snapshotVersion>
<extension>pom</extension>
<value>1.1.0-20210211.023100-1</value>
<updated>20210211023100</updated>
<value>1.1.0-20210213.030137-1</value>
<updated>20210213030137</updated>
</snapshotVersion>
<snapshotVersion>
<classifier>sources</classifier>
<extension>jar</extension>
<value>1.1.0-20210211.023100-1</value>
<updated>20210211023100</updated>
<value>1.1.0-20210213.030137-1</value>
<updated>20210213030137</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>

View File

@ -1 +1 @@
423b1e1d8a34d700bf1970e885aa026c
67e56d89a8f499292be36b527bdc098d

View File

@ -1 +1 @@
d72356a0ff7ddb6916bc4e064b380c679f88b3de
14cbfbd0458ded3b1b7f08c72abc6d5f55d6dd67

View File

@ -0,0 +1 @@
4e7c0098ce3b228a7b1ce9ba0c7aa20d

View File

@ -0,0 +1 @@
38a1c9b000a912e4c519aa3ffd111b75bd33aa0b

View File

@ -0,0 +1 @@
74c5e1539065b6b48e106ff14d657821

View File

@ -0,0 +1 @@
884900cf8363d5e5ba3c08a11ccc4602243d8b50

View File

@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>did-parent</artifactId>
<groupId>io.github.ehlxr</groupId>
<version>1.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>did-sdk</artifactId>
<name>did-sdk</name>
<dependencies>
<dependency>
<groupId>io.github.ehlxr</groupId>
<artifactId>did-core</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<configuration>
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
<artifactSet>
<includes>
<include>io.github.ehlxr.did:did-common</include>
</includes>
</artifactSet>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>

View File

@ -0,0 +1 @@
11304581c28037cc5cba9eaedda7d291

View File

@ -0,0 +1 @@
ed3a5b6531de4a84912bace475a4ed9524aa0ccd

View File

@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata modelVersion="1.1.0">
<groupId>io.github.ehlxr</groupId>
<artifactId>did-sdk</artifactId>
<version>1.1.1-SNAPSHOT</version>
<versioning>
<snapshot>
<timestamp>20210213.043745</timestamp>
<buildNumber>1</buildNumber>
</snapshot>
<lastUpdated>20210213043745</lastUpdated>
<snapshotVersions>
<snapshotVersion>
<extension>jar</extension>
<value>1.1.1-20210213.043745-1</value>
<updated>20210213043745</updated>
</snapshotVersion>
<snapshotVersion>
<extension>pom</extension>
<value>1.1.1-20210213.043745-1</value>
<updated>20210213043745</updated>
</snapshotVersion>
<snapshotVersion>
<classifier>sources</classifier>
<extension>jar</extension>
<value>1.1.1-20210213.043745-1</value>
<updated>20210213043745</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>
</metadata>

View File

@ -0,0 +1 @@
bb6cd08bdfcdc5416e771c04c20bb71d

View File

@ -0,0 +1 @@
32dcbfd4553a3ec0e872a540a87c4924bfc98fc8

View File

@ -4,8 +4,8 @@
<artifactId>did-sdk</artifactId>
<versioning>
<versions>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.1-SNAPSHOT</version>
</versions>
<lastUpdated>20210211023100</lastUpdated>
<lastUpdated>20210213043745</lastUpdated>
</versioning>
</metadata>

View File

@ -1 +1 @@
d9b769c27cbd0533446ba492ac4cdfc7
7ad5f7e3fccb0f39ea444d6050575b57

View File

@ -1 +1 @@
b7ef0936da4320b4d9120b0389b95cf8693a0c32
e80efdd55c6d25edb7fe64a5012db0edb39efa57