Repository: falcon Updated Branches: refs/heads/master 32be559a0 -> 52425d19c
FALCON-2009 Falcon Aspect weaving issue Author: Praveen Adlakha <[email protected]> Reviewers: "Balu <[email protected]>" Closes #178 from PraveenAdlakha/2009 Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/52425d19 Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/52425d19 Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/52425d19 Branch: refs/heads/master Commit: 52425d19c98c160cc1b6fff4065dc10fb9b20a6a Parents: 32be559 Author: Praveen Adlakha <[email protected]> Authored: Wed Jun 8 11:18:35 2016 -0700 Committer: bvellanki <[email protected]> Committed: Wed Jun 8 11:18:35 2016 -0700 ---------------------------------------------------------------------- prism/pom.xml | 10 ++++++++++ webapp/pom.xml | 2 ++ 2 files changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/52425d19/prism/pom.xml ---------------------------------------------------------------------- diff --git a/prism/pom.xml b/prism/pom.xml index d9ef98b..038a3ba 100644 --- a/prism/pom.xml +++ b/prism/pom.xml @@ -98,11 +98,13 @@ <dependency> <groupId>org.apache.falcon</groupId> <artifactId>falcon-metrics</artifactId> + <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.falcon</groupId> <artifactId>falcon-rerun</artifactId> + <scope>provided</scope> </dependency> <dependency> @@ -249,6 +251,14 @@ <include>org/apache/falcon/plugin/ChainableMonitoringPluginTest.java</include> <include>org/apache/falcon/aspect/GenericAlert.java</include> <include>org/apache/falcon/aspect/GenericAlertTest.java</include> + <include>org/apache/falcon/security/FalconAuditFilter.java</include> + <include>org/apache/falcon/resource/metadata/LineageMetadataResource</include> + <include>org/apache/falcon/messaging/JMSMessageConsumer</include> + <include>org/apache/falcon/service/LogCleanupService</include> + <include>org/apache/falcon/cleanup/LogCleanupServiceTest</include> + <include>org/apache/falcon/security/AuthenticationInitializationService</include> + <include>org/apache/falcon/security/AuthenticationInitializationServiceTest</include> + <include>org/apache/falcon/messaging/JMSMessageConsumerTest</include> </includes> <weaveDependencies> <weaveDependency> http://git-wip-us.apache.org/repos/asf/falcon/blob/52425d19/webapp/pom.xml ---------------------------------------------------------------------- diff --git a/webapp/pom.xml b/webapp/pom.xml index 9674e9b..9b68744 100644 --- a/webapp/pom.xml +++ b/webapp/pom.xml @@ -182,11 +182,13 @@ <dependency> <groupId>org.apache.falcon</groupId> <artifactId>falcon-metrics</artifactId> + <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.falcon</groupId> <artifactId>falcon-rerun</artifactId> + <scope>provided</scope> </dependency> <dependency>
