Repository: karaf Updated Branches: refs/heads/master 3de05ae9a -> b1621cffe
KARAF-4132 - Don't define runtime scope for standard feature in the assembly archetype Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/b1621cff Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/b1621cff Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/b1621cff Branch: refs/heads/master Commit: b1621cffe70592cde384c0c1d296254b42f07d80 Parents: 3de05ae Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon Jan 4 11:04:12 2016 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Jan 4 11:04:12 2016 +0100 ---------------------------------------------------------------------- archetypes/assembly/src/main/resources/archetype-resources/pom.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/b1621cff/archetypes/assembly/src/main/resources/archetype-resources/pom.xml ---------------------------------------------------------------------- diff --git a/archetypes/assembly/src/main/resources/archetype-resources/pom.xml b/archetypes/assembly/src/main/resources/archetype-resources/pom.xml index 6a1a41d..dd96107 100644 --- a/archetypes/assembly/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/assembly/src/main/resources/archetype-resources/pom.xml @@ -104,7 +104,6 @@ <version>^project.version^</version> <classifier>features</classifier> <type>xml</type> - <scope>runtime</scope> </dependency> </dependencies>
