Skip to content

Commit

Permalink
升级版本号为 5.1.0;删除不再需要的依赖 javax.activation
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyLemon committed May 3, 2022
1 parent f442543 commit 95432dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions APIJSONORM/pom.xml
Expand Up @@ -5,7 +5,7 @@

<groupId>apijson.orm</groupId>
<artifactId>apijson-orm</artifactId>
<version>5.0.5</version>
<version>5.1.0</version>
<packaging>jar</packaging>

<name>APIJSONORM</name>
Expand All @@ -23,11 +23,6 @@
<artifactId>fastjson</artifactId>
<version>1.2.79</version>
</dependency>
<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<version>1.1.1</version>
</dependency>
</dependencies>

<build>
Expand Down
2 changes: 1 addition & 1 deletion APIJSONORM/src/main/java/apijson/Log.java
Expand Up @@ -14,7 +14,7 @@ public class Log {

public static boolean DEBUG = true;

public static final String VERSION = "5.0.0";
public static final String VERSION = "5.1.0";
public static final String KEY_SYSTEM_INFO_DIVIDER = "---|-----APIJSON SYSTEM INFO-----|---";

//默认的时间格式
Expand Down

0 comments on commit 95432dd

Please sign in to comment.