Adds missing Tiles API dependency
Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/0737d728 Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/0737d728 Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/0737d728 Branch: refs/heads/master Commit: 0737d7281cffc0b869282a41f921b23189f2425d Parents: 8d83dc2 Author: Lukasz Lenart <lukasz.len...@gmail.com> Authored: Tue Jan 12 10:13:38 2016 +0100 Committer: Lukasz Lenart <lukasz.len...@gmail.com> Committed: Tue Jan 19 16:18:42 2016 +0100 ---------------------------------------------------------------------- plugins/tiles/pom.xml | 4 ++++ pom.xml | 5 +++++ 2 files changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/0737d728/plugins/tiles/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/tiles/pom.xml b/plugins/tiles/pom.xml index be39762..09cd71e 100644 --- a/plugins/tiles/pom.xml +++ b/plugins/tiles/pom.xml @@ -36,6 +36,10 @@ <dependencies> <dependency> <groupId>org.apache.tiles</groupId> + <artifactId>tiles-api</artifactId> + </dependency> + <dependency> + <groupId>org.apache.tiles</groupId> <artifactId>tiles-core</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/struts/blob/0737d728/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4edd1fd..3732ad1 100644 --- a/pom.xml +++ b/pom.xml @@ -605,6 +605,11 @@ <dependency> <groupId>org.apache.tiles</groupId> + <artifactId>tiles-api</artifactId> + <version>${tiles.version}</version> + </dependency> + <dependency> + <groupId>org.apache.tiles</groupId> <artifactId>tiles-core</artifactId> <version>${tiles.version}</version> </dependency>