upgrade Try.java
This commit is contained in:
parent
e2f510420c
commit
12cfb28638
36
pom.xml
36
pom.xml
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user