Author: mgrigorov
Date: Tue Dec 20 15:22:42 2011
New Revision: 1221314

URL: http://svn.apache.org/viewvc?rev=1221314&view=rev
Log:
WICKET-4307
Support javax.inject.Inject annotation in Guice and Spring integration


Modified:
    wicket/trunk/wicket-ioc/pom.xml

Modified: wicket/trunk/wicket-ioc/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-ioc/pom.xml?rev=1221314&r1=1221313&r2=1221314&view=diff
==============================================================================
--- wicket/trunk/wicket-ioc/pom.xml (original)
+++ wicket/trunk/wicket-ioc/pom.xml Tue Dec 20 15:22:42 2011
@@ -41,6 +41,10 @@
                        <artifactId>cglib</artifactId>
                </dependency>
                <dependency>
+                       <groupId>javax.inject</groupId>
+                       <artifactId>javax.inject</artifactId>
+               </dependency>
+               <dependency>
                        <groupId>easymock</groupId>
                        <artifactId>easymock</artifactId>
                </dependency>


Reply via email to