Remove support JUnit
[lgpl/argeo-commons.git] / dep / org.argeo.eclipse.dep.rap / pom.xml
index 99cd076f20aceb267e3366a6f96a4ee89985fa3b..85e46d4e62d1a1975110f6a47a724f6a7af083ab 100644 (file)
@@ -9,15 +9,8 @@
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.eclipse.dep.rap</artifactId>
-       <name>Commons Eclipse RAP Dependencies</name>
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.argeo.maven.plugins</groupId>
-                               <artifactId>maven-argeo-osgi-plugin</artifactId>
-                       </plugin>
-               </plugins>
-       </build>
+       <name>Eclipse RAP Dependencies</name>
+       <packaging>pom</packaging>
        <dependencies>
                <dependency>
                        <groupId>org.argeo.tp.rap.addons</groupId>
                                </exclusion>
 
                                <!-- Troublesome bundles -->
+                               <exclusion>
+                                       <groupId>org.argeo.tp.rap.platform</groupId>
+                                       <artifactId>org.junit</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.argeo.tp.rap.platform</groupId>
+                                       <artifactId>org.eclipse.rap.junit</artifactId>
+                               </exclusion>
                                <exclusion>
                                        <groupId>org.argeo.tp.rap.platform</groupId>
                                        <artifactId>org.eclipse.jdt.junit.runtime</artifactId>
                </dependency>
 
                <!-- RAP Specific Dependencies -->
-               <dependency>
-                       <groupId>org.argeo.tp</groupId>
-                       <artifactId>javax.servlet</artifactId>
-               </dependency>
+               <!-- <dependency> -->
+               <!-- <groupId>org.argeo.tp</groupId> -->
+               <!-- <artifactId>javax.servlet</artifactId> -->
+               <!-- </dependency> -->
 
                <!-- Security -->
                <dependency>