Skip to content

Commit 69d436e

Browse files
authored
Merge pull request #1572 from webauthn4j/extract-samples-to-dedicated-repository
Extract sample projects to a dedicated repository
2 parents d46557f + 00a4511 commit 69d436e

File tree

319 files changed

+0
-34581
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

319 files changed

+0
-34581
lines changed

.travis.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

Dockerfile

Lines changed: 0 additions & 19 deletions
This file was deleted.

build.gradle

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,6 @@ buildscript {
2424
//Libraries
2525
webauthn4jVersion = '0.25.1.RELEASE'
2626
springSecurityVersion = '6.0.2'
27-
hibernateValidatorVersion = '8.0.1.Final'
28-
thymeleafVersion = '3.0.4.RELEASE'
29-
modelMapperVersion = '3.2.1'
30-
31-
bootstrapVersion = '5.3.3'
32-
jqueryVersion = '3.7.1'
33-
fontAwesomeVersion = '6.5.2'
34-
webjarsLocatorVersion = '0.52'
35-
36-
log4jdbcVersion = '0.2.7'
37-
dbunitVersion = '2.8.0'
38-
springTestDbunitVersion = '1.3.0'
39-
webDriverManagerVersion = '5.9.2'
40-
// To use WebAuthn WebDriver extension, alpha release is used here.
41-
// When stable version is released, and Spring Boot BOM includes it, this need to be removed.
42-
seleniumVersion = '4.25.0'
4327

4428
}
4529

@@ -68,11 +52,9 @@ repositories {
6852
mavenCentral() //for jruby used in asciidoctorj
6953
}
7054

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

7759
configure(webAuthn4JSpringSecurityLibraryProjects) {
7860
apply plugin: 'java-library'
@@ -212,9 +194,6 @@ configure(webAuthn4JSpringSecurityLibraryProjects) {
212194

213195
}
214196

215-
configure(sampleAppProjects) {
216-
apply plugin: 'java'
217-
}
218197

219198

220199
configure(allJavaProjects) {
@@ -244,22 +223,6 @@ configure(allJavaProjects) {
244223
implementation("com.webauthn4j:webauthn4j-core:$webauthn4jVersion")
245224
implementation("com.webauthn4j:webauthn4j-metadata:$webauthn4jVersion")
246225
implementation("com.webauthn4j:webauthn4j-test:$webauthn4jVersion")
247-
248-
// Independent libraries for Sample applications
249-
implementation("org.hibernate:hibernate-validator:$hibernateValidatorVersion")
250-
implementation("org.thymeleaf:thymeleaf-testing:$thymeleafVersion")
251-
implementation("org.modelmapper:modelmapper:$modelMapperVersion")
252-
implementation("org.lazyluke:log4jdbc-remix:$log4jdbcVersion")
253-
254-
implementation("org.webjars:bootstrap:$bootstrapVersion")
255-
implementation("org.webjars:jquery:$jqueryVersion")
256-
implementation("org.webjars:font-awesome:$fontAwesomeVersion")
257-
implementation("org.webjars:webjars-locator:$webjarsLocatorVersion")
258-
259-
implementation("org.dbunit:dbunit:$dbunitVersion")
260-
implementation("com.github.springtestdbunit:spring-test-dbunit:$springTestDbunitVersion")
261-
implementation("io.github.bonigarcia:webdrivermanager:$webDriverManagerVersion")
262-
implementation("org.seleniumhq.selenium:selenium-java:$seleniumVersion")
263226
}
264227
}
265228

package-lock.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

samples/README.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

samples/cross-origin-iframe-demo-site/CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

samples/cross-origin-iframe-demo-site/README.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

samples/cross-origin-iframe-demo-site/index.html

Lines changed: 0 additions & 17 deletions
This file was deleted.

samples/fido-server-conformance-test-app/build.gradle

Lines changed: 0 additions & 64 deletions
This file was deleted.

samples/fido-server-conformance-test-app/src/main/java/com/webauthn4j/springframework/security/fido/server/endpoint/AssertionResultSuccessResponse.java

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)