Skip to content

Commit

Permalink
Merge pull request #1572 from webauthn4j/extract-samples-to-dedicated…
Browse files Browse the repository at this point in the history
…-repository

Extract sample projects to a dedicated repository
  • Loading branch information
ynojima authored Dec 15, 2024
2 parents d46557f + 00a4511 commit 69d436e
Show file tree
Hide file tree
Showing 319 changed files with 0 additions and 34,581 deletions.
30 changes: 0 additions & 30 deletions .travis.yml

This file was deleted.

19 changes: 0 additions & 19 deletions Dockerfile

This file was deleted.

37 changes: 0 additions & 37 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,6 @@ buildscript {
//Libraries
webauthn4jVersion = '0.25.1.RELEASE'
springSecurityVersion = '6.0.2'
hibernateValidatorVersion = '8.0.1.Final'
thymeleafVersion = '3.0.4.RELEASE'
modelMapperVersion = '3.2.1'

bootstrapVersion = '5.3.3'
jqueryVersion = '3.7.1'
fontAwesomeVersion = '6.5.2'
webjarsLocatorVersion = '0.52'

log4jdbcVersion = '0.2.7'
dbunitVersion = '2.8.0'
springTestDbunitVersion = '1.3.0'
webDriverManagerVersion = '5.9.2'
// To use WebAuthn WebDriver extension, alpha release is used here.
// When stable version is released, and Spring Boot BOM includes it, this need to be removed.
seleniumVersion = '4.25.0'

}

Expand Down Expand Up @@ -68,11 +52,9 @@ repositories {
mavenCentral() //for jruby used in asciidoctorj
}

def sampleAppProjects = subprojects.findAll { ["fido-server-conformance-test-app", "spa", "spa-angular-client", "mpa"].contains(it.name) }
def webAuthn4JSpringSecurityLibraryProjects = subprojects.findAll { it.name.startsWith('webauthn4j-spring-security') }
def allJavaProjects = new HashSet()
allJavaProjects.addAll(webAuthn4JSpringSecurityLibraryProjects);
allJavaProjects.addAll(sampleAppProjects);

configure(webAuthn4JSpringSecurityLibraryProjects) {
apply plugin: 'java-library'
Expand Down Expand Up @@ -212,9 +194,6 @@ configure(webAuthn4JSpringSecurityLibraryProjects) {

}

configure(sampleAppProjects) {
apply plugin: 'java'
}


configure(allJavaProjects) {
Expand Down Expand Up @@ -244,22 +223,6 @@ configure(allJavaProjects) {
implementation("com.webauthn4j:webauthn4j-core:$webauthn4jVersion")
implementation("com.webauthn4j:webauthn4j-metadata:$webauthn4jVersion")
implementation("com.webauthn4j:webauthn4j-test:$webauthn4jVersion")

// Independent libraries for Sample applications
implementation("org.hibernate:hibernate-validator:$hibernateValidatorVersion")
implementation("org.thymeleaf:thymeleaf-testing:$thymeleafVersion")
implementation("org.modelmapper:modelmapper:$modelMapperVersion")
implementation("org.lazyluke:log4jdbc-remix:$log4jdbcVersion")

implementation("org.webjars:bootstrap:$bootstrapVersion")
implementation("org.webjars:jquery:$jqueryVersion")
implementation("org.webjars:font-awesome:$fontAwesomeVersion")
implementation("org.webjars:webjars-locator:$webjarsLocatorVersion")

implementation("org.dbunit:dbunit:$dbunitVersion")
implementation("com.github.springtestdbunit:spring-test-dbunit:$springTestDbunitVersion")
implementation("io.github.bonigarcia:webdrivermanager:$webDriverManagerVersion")
implementation("org.seleniumhq.selenium:selenium-java:$seleniumVersion")
}
}

Expand Down
10 changes: 0 additions & 10 deletions package-lock.json

This file was deleted.

9 changes: 0 additions & 9 deletions samples/README.md

This file was deleted.

1 change: 0 additions & 1 deletion samples/cross-origin-iframe-demo-site/CNAME

This file was deleted.

7 changes: 0 additions & 7 deletions samples/cross-origin-iframe-demo-site/README.md

This file was deleted.

17 changes: 0 additions & 17 deletions samples/cross-origin-iframe-demo-site/index.html

This file was deleted.

64 changes: 0 additions & 64 deletions samples/fido-server-conformance-test-app/build.gradle

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 69d436e

Please sign in to comment.