Skip to content

Commit

Permalink
Use commons-lang3
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones committed Jun 7, 2023
1 parent 1b4b791 commit d7620d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ val bigdataossVersion = "2.2.6"
val bigtableClientVersion = "1.28.0"
val commonsCodecVersion = "1.15"
val commonsCompressVersion = "1.21"
val commonsLang3 = "3.9"
val datastoreV1ProtoClientVersion = "2.9.0"
val flinkVersion = "1.15.0"
val googleClientsVersion = "2.0.0"
Expand Down Expand Up @@ -1340,6 +1341,7 @@ lazy val `scio-smb`: Project = project
"com.google.guava" % "guava" % guavaVersion,
"com.google.protobuf" % "protobuf-java" % protobufVersion,
"com.spotify" %% "magnolify-parquet" % magnolifyVersion,
"commons-lang" % "commons-lang3" % commonsLang3Version,
"joda-time" % "joda-time" % jodaTimeVersion,
"org.apache.beam" % "beam-sdks-java-core" % beamVersion,
"org.apache.beam" % "beam-sdks-java-extensions-protobuf" % beamVersion,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package org.apache.beam.sdk.extensions.smb;

import org.apache.commons.lang.StringUtils;
import org.apache.commons.lang3.StringUtils;

public class MissingImplementationException extends RuntimeException {

Expand Down

0 comments on commit d7620d2

Please sign in to comment.