From e7bf8ed479ddc816a8b351b577115a730fb8ea20 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sat, 20 Jan 2024 19:17:17 -0500 Subject: [PATCH] [ci] formatting --- Source/JNA/src/site/markdown/README.md | 8 ++++---- Source/JNA/waffle-jetty/pom.xml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Source/JNA/src/site/markdown/README.md b/Source/JNA/src/site/markdown/README.md index 0255a66afd..391e4f7e35 100644 --- a/Source/JNA/src/site/markdown/README.md +++ b/Source/JNA/src/site/markdown/README.md @@ -17,7 +17,7 @@ WAFFLE - Windows Authentication Framework WAFFLE is a native Windows Authentication Framework consisting of two C# and Java libraries that perform functions related to Windows authentication, supporting Negotiate, NTLM and Kerberos. Waffle also includes libraries that enable drop-in Windows Single Sign On for popular Java web servers, when running on Windows. While Waffle makes it ridiculously easy to do Windows Authentication in Java, on Windows, Waffle does not work on *nix(UNIX-like). -Unlike many other implementations Waffle on Windows does not require any server-side Kerberos keytab setup, it's a drop-in solution. You can see it in action in [this slightly blurry video](https://www.youtube.com/watch?v=LmTwbOh0hBU) produced for [TeamShatter.com](http://www.teamshatter.com/topics/general/team-shatter-exclusive/securing-java-applications-with-smart-cards-and-single-sign-on/). +Unlike many other implementations Waffle on Windows does not require any server-side Kerberos keytab setup, it's a drop-in solution. You can see it in action in [this slightly blurry video](https://www.youtube.com/watch?v=LmTwbOh0hBU) produced for [TeamShatter.com](http://www.teamshatter.com/topics/general/team-shatter-exclusive/securing-java-applications-with-smart-cards-and-single-sign-on/). Sites ----- @@ -69,7 +69,7 @@ Features How do I resolve JNA `NoClassDefFound` errors? ---------------------------------------------- WAFFLE uses the latest version of JNA, which may conflict with other dependencies your project (or its parent) includes. If you experience issues with `NoClassDefFound` errors for JNA artifacts, consider one or more of the following steps to resolve the conflict: -* Listing WAFFLE earlier (or first) in your dependency list +* Listing WAFFLE earlier (or first) in your dependency list * Specifying the most recent version of JNA as a dependency * If you are using a parent (e.g., Spring Boot) that includes JNA as a dependency, override the `jna.version` property @@ -93,12 +93,12 @@ Contributing * [Set Up a Development Environment](Docs/SettingUpDevelopmentEnvironment.md). * Make your code changes. Don't forget tests. * Update [CHANGELOG](CHANGELOG.md). -* Make pull requests. Bonus points for topic branches. +* Make pull requests. Bonus points for topic branches. License and Copyright --------------------- -Copyright (c) [Application Security Inc.](https://www.trustwave.com/Company/AppSecInc-is-now-Trustwave/), 2010-2020 and Contributors. +Copyright (c) [Application Security Inc.](https://www.trustwave.com/Company/AppSecInc-is-now-Trustwave/), 2010-2020 and Contributors. This project is licensed under the [MIT License](https://github.com/Waffle/waffle/blob/master/LICENSE). diff --git a/Source/JNA/waffle-jetty/pom.xml b/Source/JNA/waffle-jetty/pom.xml index 4318308890..dd1ca7e809 100644 --- a/Source/JNA/waffle-jetty/pom.xml +++ b/Source/JNA/waffle-jetty/pom.xml @@ -81,25 +81,25 @@ org.eclipse.jetty jetty-client ${jetty.version} - provided + provided org.eclipse.jetty jetty-client ${jetty.version} - provided + provided org.eclipse.jetty jetty-servlet ${jetty.version} - provided + provided org.eclipse.jetty jetty-webapp ${jetty.version} - provided + provided org.eclipse.jetty