Repository: falcon Updated Branches: refs/heads/0.10 fc9070c81 -> af7407f4c
FALCON-2009 Falcon Aspect weaving issue Author: Praveen Adlakha <[email protected]> Reviewers: "Balu <[email protected]>" Closes #178 from PraveenAdlakha/2009 (cherry picked from commit 52425d19c98c160cc1b6fff4065dc10fb9b20a6a) Signed-off-by: bvellanki <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/af7407f4 Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/af7407f4 Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/af7407f4 Branch: refs/heads/0.10 Commit: af7407f4c05a43baa15b98ab6b1ecc1b1f1d51c2 Parents: fc9070c Author: Praveen Adlakha <[email protected]> Authored: Wed Jun 8 11:18:35 2016 -0700 Committer: bvellanki <[email protected]> Committed: Fri Jun 10 08:19:13 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/af7407f4/prism/pom.xml ---------------------------------------------------------------------- diff --git a/prism/pom.xml b/prism/pom.xml index b7ee45b..e7ec531 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/af7407f4/webapp/pom.xml ---------------------------------------------------------------------- diff --git a/webapp/pom.xml b/webapp/pom.xml index 16be749..90ba089 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>
