Author: gnodet
Date: Mon Aug 24 07:27:30 2009
New Revision: 807106

URL: http://svn.apache.org/viewvc?rev=807106&view=rev
Log:
[karaf] Fix spring-osgi-annotation version in the features.xml

Modified:
    felix/trunk/karaf/assembly/pom.xml
    felix/trunk/karaf/pom.xml

Modified: felix/trunk/karaf/assembly/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/karaf/assembly/pom.xml?rev=807106&r1=807105&r2=807106&view=diff
==============================================================================
--- felix/trunk/karaf/assembly/pom.xml (original)
+++ felix/trunk/karaf/assembly/pom.xml Mon Aug 24 07:27:30 2009
@@ -135,6 +135,10 @@
             <artifactId>spring-osgi-io</artifactId>
         </dependency>
         <dependency>
+            <groupId>org.springframework.osgi</groupId>
+            <artifactId>spring-osgi-annotation</artifactId>
+        </dependency>
+        <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-context</artifactId>
         </dependency>

Modified: felix/trunk/karaf/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/karaf/pom.xml?rev=807106&r1=807105&r2=807106&view=diff
==============================================================================
--- felix/trunk/karaf/pom.xml (original)
+++ felix/trunk/karaf/pom.xml Mon Aug 24 07:27:30 2009
@@ -65,6 +65,8 @@
     </prerequisites>
 
     <properties>
+        <aopalliance.version>1.0_1</aopalliance.version>
+        <cglib.version>2.1_3_2</cglib.version>
         <commons.logging.version>1.1.1</commons.logging.version>
         <depends.maven.plugin.version>1.0</depends.maven.plugin.version>
         <easymock.version>2.4</easymock.version>
@@ -483,6 +485,11 @@
             </dependency>
             <dependency>
                 <groupId>org.springframework.osgi</groupId>
+                <artifactId>spring-osgi-annotation</artifactId>
+                <version>${spring.osgi.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.springframework.osgi</groupId>
                 <artifactId>spring-osgi-test</artifactId>
                 <version>${spring.osgi.version}</version>
                 <exclusions>


Reply via email to