Fix ClassNotFoundException on startup (#1958)

This commit is contained in:
René Pfeuffer
2022-02-21 13:47:52 +01:00
parent dff4ccfb32
commit 2490bf07d5
2 changed files with 5 additions and 1 deletions

View File

@@ -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;