Repository: struts-examples Updated Branches: refs/heads/master f59d7baa2 -> 62a6110bf
Adds missing dependencies Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/struts-examples/commit/4a7216c3 Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/4a7216c3 Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/4a7216c3 Branch: refs/heads/master Commit: 4a7216c3c8aac6baa7836841b7fec38a1efb6196 Parents: f59d7ba Author: Lukasz Lenart <lukasz.len...@gmail.com> Authored: Sat Jun 18 09:13:37 2016 +0200 Committer: Lukasz Lenart <lukasz.len...@gmail.com> Committed: Sat Jun 18 09:13:37 2016 +0200 ---------------------------------------------------------------------- blank/pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-examples/blob/4a7216c3/blank/pom.xml ---------------------------------------------------------------------- diff --git a/blank/pom.xml b/blank/pom.xml index 2cd237b..25c9927 100644 --- a/blank/pom.xml +++ b/blank/pom.xml @@ -36,6 +36,12 @@ <dependencies> <dependency> + <groupId>org.apache.struts</groupId> + <artifactId>struts2-core</artifactId> + <version>${struts2.version}</version> + </dependency> + + <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>3.1.0</version> @@ -50,6 +56,17 @@ </dependency> <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-api</artifactId> + <version>${log4j2.version}</version> + </dependency> + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-core</artifactId> + <version>${log4j2.version}</version> + </dependency> + + <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-junit-plugin</artifactId> <version>${struts2.version}</version>