upgrade Try.java

dev
ehlxr 2021-01-21 18:03:40 +08:00
parent e2f510420c
commit 12cfb28638
1 changed files with 36 additions and 0 deletions

36
pom.xml
View File

@ -332,6 +332,12 @@
<artifactId>throwing-function</artifactId>
<version>1.3</version>
</dependency>
<dependency>
<groupId>cn.ceres.did</groupId>
<artifactId>did-sdk</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
<finalName>budd</finalName>
@ -477,4 +483,34 @@
</plugins>
<defaultGoal>compile</defaultGoal>
</build>
<!--<repositories>-->
<!-- <repository>-->
<!-- <id>github</id>-->
<!-- <url>https://raw.githubusercontent.com/ehlxr/mvn-repository/mvn-repo</url>-->
<!-- </repository>-->
<!--</repositories>-->
<repositories>
<repository>
<!--
需要在 setting.xml 中配置认证信息
<servers>
<server>
<id>github</id>
<username>ehlxr</username>
<password>${env.GITHUB_MVN_TOKEN}</password>
</server>
</servers>
-->
<id>github</id>
<url>https://maven.pkg.github.com/ehlxr/mvn-repository</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</project>