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/4638b334 Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/4638b334 Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/4638b334 Branch: refs/heads/master Commit: 4638b3345757b900edead4a5e4de4c3d37c0eafe Parents: b675844 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 12 10:13:38 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/4638b334/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/4638b334/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b468f92..0955de9 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>