This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/master by this push:
new 781ea2a Fix indentation
781ea2a is described below
commit 781ea2ad0ad77b7822777ebbac3490efbdddb7d2
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Fri Oct 2 14:43:25 2020 +0300
Fix indentation
---
wicket-util/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wicket-util/pom.xml b/wicket-util/pom.xml
index 0eff655..b65473c 100755
--- a/wicket-util/pom.xml
+++ b/wicket-util/pom.xml
@@ -48,7 +48,7 @@
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<scope>compile</scope>
- <optional>true</optional>
+ <optional>true</optional>
</dependency>
</dependencies>
</project>