mirror of
https://github.com/theonedev/onedev.git
synced 2025-12-08 18:26:30 +00:00
Update to use utils 1.0.0
This commit is contained in:
parent
aa978123a3
commit
7277c98e47
@ -172,12 +172,12 @@
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>jsymbol</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<version>1.0.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>jsyntax</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<version>1.0.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.vladsch.flexmark</groupId>
|
||||
@ -217,7 +217,7 @@
|
||||
<dependency>
|
||||
<groupId>com.gitplex</groupId>
|
||||
<artifactId>jsyntax</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<version>1.0.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
|
||||
@ -2,7 +2,7 @@ package com.gitplex.server.persistence.dao;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
import org.apache.commons.lang.SerializationUtils;
|
||||
import org.apache.commons.lang3.SerializationUtils;
|
||||
import org.hibernate.Criteria;
|
||||
import org.hibernate.FetchMode;
|
||||
import org.hibernate.HibernateException;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user