Skip to content

Commit

Permalink
Downgrade Jetty server to version 9.x
Browse files Browse the repository at this point in the history
For compatibility with Java 8.
  • Loading branch information
emlun committed May 2, 2022
1 parent 9edc343 commit 012c356
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion webauthn-server-attestation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
'com.fasterxml.jackson.datatype:jackson-datatype-jdk8',
'junit:junit',
'org.bouncycastle:bcpkix-jdk15on',
'org.eclipse.jetty:jetty-server:11.0.7',
'org.eclipse.jetty:jetty-server:[9.4.9.v20180320,10)',
'org.mockito:mockito-core',
'org.scala-lang:scala-library',
'org.scalacheck:scalacheck_2.13',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import com.yubico.internal.util.JacksonCodecs
import com.yubico.webauthn.TestAuthenticator
import com.yubico.webauthn.data.ByteArray
import com.yubico.webauthn.data.COSEAlgorithmIdentifier
import jakarta.servlet.http.HttpServletRequest
import jakarta.servlet.http.HttpServletResponse
import org.bouncycastle.asn1.x500.X500Name
import org.eclipse.jetty.server.HttpConfiguration
import org.eclipse.jetty.server.HttpConnectionFactory
Expand Down Expand Up @@ -46,6 +44,8 @@ import java.time.Instant
import java.time.LocalDate
import java.time.ZoneOffset
import java.util.Optional
import javax.servlet.http.HttpServletRequest
import javax.servlet.http.HttpServletResponse
import scala.jdk.CollectionConverters.ListHasAsScala
import scala.jdk.CollectionConverters.SeqHasAsJava
import scala.jdk.CollectionConverters.SetHasAsJava
Expand Down

0 comments on commit 012c356

Please sign in to comment.