FLEX-34708 - Dependency on tomcat-catalina should be PROVIDED - Marked any reference to containers as "provided"
Project: http://git-wip-us.apache.org/repos/asf/flex-blazeds/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-blazeds/commit/974ba3fe Tree: http://git-wip-us.apache.org/repos/asf/flex-blazeds/tree/974ba3fe Diff: http://git-wip-us.apache.org/repos/asf/flex-blazeds/diff/974ba3fe Branch: refs/heads/master Commit: 974ba3fe20b635237d182ed248ae10a404431d8f Parents: 702815f Author: Christofer Dutz <[email protected]> Authored: Tue May 26 16:05:26 2015 +0200 Committer: Christofer Dutz <[email protected]> Committed: Tue May 26 16:05:26 2015 +0200 ---------------------------------------------------------------------- modules/opt/poms/tomcat6/pom.xml | 1 + modules/opt/poms/tomcat7/pom.xml | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/974ba3fe/modules/opt/poms/tomcat6/pom.xml ---------------------------------------------------------------------- diff --git a/modules/opt/poms/tomcat6/pom.xml b/modules/opt/poms/tomcat6/pom.xml index 2a6e2d4..d609a99 100755 --- a/modules/opt/poms/tomcat6/pom.xml +++ b/modules/opt/poms/tomcat6/pom.xml @@ -42,6 +42,7 @@ limitations under the License. <groupId>org.apache.tomcat</groupId> <artifactId>catalina</artifactId> <version>6.0.26</version> + <scope>provided</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/974ba3fe/modules/opt/poms/tomcat7/pom.xml ---------------------------------------------------------------------- diff --git a/modules/opt/poms/tomcat7/pom.xml b/modules/opt/poms/tomcat7/pom.xml index c5403e5..e80781e 100755 --- a/modules/opt/poms/tomcat7/pom.xml +++ b/modules/opt/poms/tomcat7/pom.xml @@ -43,6 +43,7 @@ limitations under the License. <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-catalina</artifactId> <version>7.0.8</version> + <scope>provided</scope> </dependency> </dependencies>
