]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.execution/pom.xml
Adapt to OSGi
[gpl/argeo-slc.git] / runtime / org.argeo.slc.execution / pom.xml
index 8cfd1b9f8e236c7e39e2da59ab1bbb1a68eb0e97..4fc28d3f108fd00684d330f81344cd81a0f1c2d6 100644 (file)
                        <plugin>
                                <artifactId>maven-jar-plugin</artifactId>
                        </plugin>
+                       <plugin>
+                               <groupId>org.apache.felix</groupId>
+                               <artifactId>maven-bundle-plugin</artifactId>
+                               <version>${version.maven-bundle-plugin}</version>
+                               <configuration>
+                                       <instructions>
+                                               <Export-Package>
+                                                       org.argeo.slc.execution.*
+                                               </Export-Package>
+                                       </instructions>
+                               </configuration>
+                       </plugin>
                </plugins>
        </build>
        <dependencies>
                        <artifactId>com.springsource.org.codehaus.groovy</artifactId>
                        <version>1.5.7</version>
                </dependency>
-               <dependency>
-                       <groupId>org.beanshell</groupId>
-                       <artifactId>com.springsource.bsh</artifactId>
-                       <version>2.0.0.b4</version>
-               </dependency>
                <dependency>
                        <groupId>net.sourceforge.cglib</groupId>
                        <artifactId>com.springsource.net.sf.cglib</artifactId>
                        <version>2.1.3</version>
                </dependency>
+               <dependency>
+                       <groupId>org.objectweb.asm</groupId>
+                       <artifactId>com.springsource.org.objectweb.asm.attrs</artifactId>
+                       <version>2.2.0</version>
+               </dependency>
        </dependencies>
 </project>