]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - sandbox/argeo.slc.jemmytest/pom.xml
Merge from 0.11.mbaudier (OSGi libraries)
[gpl/argeo-slc.git] / sandbox / argeo.slc.jemmytest / pom.xml
index 9a3edf3910ef4505a6ad95ce8cb967d0341518a1..5422ea9c96a50f45e15ce4a08b86a68473028282 100644 (file)
@@ -5,13 +5,14 @@
     <parent>
         <groupId>org.argeo.slc</groupId>
         <artifactId>argeo-slc</artifactId>
-        <version>0.11.1-SNAPSHOT</version>
+        <version>0.11.2-SNAPSHOT</version>
         <relativePath>../org.argeo.slc</relativePath>
     </parent>
     <groupId>org.argeo.slc.sandbox</groupId>
     <artifactId>org.argeo.slc.sandbox.jemmytest</artifactId>
     <name>SLC Sandbox JemmyTest</name>
     <packaging>bundle</packaging>
+    <properties></properties>
     <build>
         <plugins>
             <plugin>
                         <Require-Bundle>
                             org.argeo.slc.detached
                         </Require-Bundle>
+                        <_removeheaders>Bnd-LastModified</_removeheaders>
                     </instructions>
+                    
                 </configuration>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
                 <configuration>
-                    <source>1.3</source>
-                    <target>1.3</target>
+                    <source>1.4</source>
+                    <target>1.2</target>
                 </configuration>
             </plugin>
             <plugin>
@@ -80,7 +83,7 @@
 
         <dependency>
             <groupId>org.argeo.slc</groupId>
-            <artifactId>argeo-slc-agent</artifactId>
+            <artifactId>org.argeo.slc.agent</artifactId>
             <version>${project.version}</version>
             <scope>test</scope>
         </dependency>
@@ -88,7 +91,7 @@
 
         <dependency>
             <groupId>org.springframework</groupId>
-            <artifactId>spring-context</artifactId>
+            <artifactId>org.springframework.context</artifactId>
         </dependency>
 
         <dependency>
             <groupId>org.argeo.dep.jemmy</groupId>
             <artifactId>org.argeo.dep.jemmy.nb61</artifactId>
         </dependency>
-
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
-
     </dependencies>
 </project>
\ No newline at end of file