mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-03 15:29:48 +02:00
Fix ClassNotFoundException on startup (#1958)
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
package sonia.scm.lifecycle;
|
||||
|
||||
import org.apache.commons.lang3.RandomStringUtils;
|
||||
import org.apache.commons.lang.RandomStringUtils;
|
||||
|
||||
import java.security.NoSuchAlgorithmException;
|
||||
import java.security.SecureRandom;
|
||||
|
||||
Reference in New Issue
Block a user