This is an automated email from the ASF dual-hosted git repository.
adelbene 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 6772763341 Added wicket-tester as test dependency for quickstart
6772763341 is described below
commit 677276334143cbd6a339a016de2026b837bf95cc
Author: Andrea Del Bene <[email protected]>
AuthorDate: Thu Feb 15 18:18:14 2024 +0100
Added wicket-tester as test dependency for quickstart
---
.../quickstart/src/main/resources/archetype-resources/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git
a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
index 059cfdca84..299f17d744 100644
--- a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
@@ -86,6 +86,12 @@
</dependency>
<!-- JETTY DEPENDENCIES FOR TESTING -->
+ <dependency>
+ <groupId>org.apache.wicket</groupId>
+ <artifactId>wicket-tester</artifactId>
+ <version>${wicket.version}</version>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>