You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bd...@apache.org on 2016/04/13 17:21:42 UTC

[3/5] shiro git commit: SHIRO-516: Avoid build warning due to version differences between aspectj and the maven plugin

SHIRO-516: Avoid build warning due to version differences between aspectj and the maven plugin

See also: MASPECTJ-106


Project: http://git-wip-us.apache.org/repos/asf/shiro/repo
Commit: http://git-wip-us.apache.org/repos/asf/shiro/commit/5df7af58
Tree: http://git-wip-us.apache.org/repos/asf/shiro/tree/5df7af58
Diff: http://git-wip-us.apache.org/repos/asf/shiro/diff/5df7af58

Branch: refs/heads/master
Commit: 5df7af58ff00c599669007b73a36e678f04679ac
Parents: 549ec9d
Author: Andreas Kohn <an...@gmail.com>
Authored: Thu Jul 30 11:36:06 2015 +0200
Committer: bdemers <bd...@apache.org>
Committed: Wed Apr 13 10:43:57 2016 -0400

----------------------------------------------------------------------
 samples/aspectj/pom.xml | 7 +++++++
 support/aspectj/pom.xml | 7 +++++++
 2 files changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/shiro/blob/5df7af58/samples/aspectj/pom.xml
----------------------------------------------------------------------
diff --git a/samples/aspectj/pom.xml b/samples/aspectj/pom.xml
index a79cd0b..7102685 100644
--- a/samples/aspectj/pom.xml
+++ b/samples/aspectj/pom.xml
@@ -57,6 +57,13 @@
 						</goals>
 					</execution>
 				</executions>
+				<dependencies>
+					<dependency>
+						<groupId>org.aspectj</groupId>
+						<artifactId>aspectjtools</artifactId>
+						<version>${aspectj.version}</version>
+					</dependency>
+				</dependencies>
 			</plugin>
 		</plugins>
 	</build>

http://git-wip-us.apache.org/repos/asf/shiro/blob/5df7af58/support/aspectj/pom.xml
----------------------------------------------------------------------
diff --git a/support/aspectj/pom.xml b/support/aspectj/pom.xml
index c56f251..3857516 100644
--- a/support/aspectj/pom.xml
+++ b/support/aspectj/pom.xml
@@ -79,6 +79,13 @@
                         </goals>
                     </execution>
                 </executions>
+                <dependencies>
+                    <dependency>
+                        <groupId>org.aspectj</groupId>
+                        <artifactId>aspectjtools</artifactId>
+                        <version>${aspectj.version}</version>
+                    </dependency>
+                </dependencies>
             </plugin>
             <plugin>
                 <groupId>org.apache.felix</groupId>