upgrade Try.java
This commit is contained in:
36
pom.xml
36
pom.xml
@@ -332,6 +332,12 @@
|
|||||||
<artifactId>throwing-function</artifactId>
|
<artifactId>throwing-function</artifactId>
|
||||||
<version>1.3</version>
|
<version>1.3</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>cn.ceres.did</groupId>
|
||||||
|
<artifactId>did-sdk</artifactId>
|
||||||
|
<version>1.0-SNAPSHOT</version>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<build>
|
<build>
|
||||||
<finalName>budd</finalName>
|
<finalName>budd</finalName>
|
||||||
@@ -477,4 +483,34 @@
|
|||||||
</plugins>
|
</plugins>
|
||||||
<defaultGoal>compile</defaultGoal>
|
<defaultGoal>compile</defaultGoal>
|
||||||
</build>
|
</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>
|
</project>
|
||||||
|
Reference in New Issue
Block a user