Repository: struts-examples Updated Branches: refs/heads/master 16108fa0d -> 9681d33b3
Adds missing versions Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/struts-examples/commit/a5910464 Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/a5910464 Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/a5910464 Branch: refs/heads/master Commit: a5910464cd79343a7e7046759f7ac0c9fe4867a6 Parents: 16108fa Author: Lukasz Lenart <lukasz.len...@gmail.com> Authored: Sun Jan 10 18:05:11 2016 +0100 Committer: Lukasz Lenart <lukasz.len...@gmail.com> Committed: Sun Jan 10 18:05:11 2016 +0100 ---------------------------------------------------------------------- rest-angular/pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-examples/blob/a5910464/rest-angular/pom.xml ---------------------------------------------------------------------- diff --git a/rest-angular/pom.xml b/rest-angular/pom.xml index 8770e0d..b34386c 100644 --- a/rest-angular/pom.xml +++ b/rest-angular/pom.xml @@ -23,6 +23,7 @@ <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-core</artifactId> + <version>${struts2.version}</version> <exclusions> <exclusion> <artifactId>asm</artifactId> @@ -97,6 +98,7 @@ <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> + <version>${log4j2.version}</version> </dependency>