]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - legacy/org.argeo.slc.client.rap/pom.xml
Remove legacy
[gpl/argeo-slc.git] / legacy / org.argeo.slc.client.rap / pom.xml
diff --git a/legacy/org.argeo.slc.client.rap/pom.xml b/legacy/org.argeo.slc.client.rap/pom.xml
deleted file mode 100644 (file)
index c1decab..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-       <modelVersion>4.0.0</modelVersion>
-       <parent>
-               <groupId>org.argeo.slc</groupId>
-               <artifactId>legacy</artifactId>
-               <version>2.3-SNAPSHOT</version>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>org.argeo.slc.client.rap</artifactId>
-       <name>SLC Client RAP</name>
-       <packaging>jar</packaging>
-       <dependencies>
-               <!-- SLC -->
-               <dependency>
-                       <groupId>org.argeo.slc</groupId>
-                       <artifactId>org.argeo.slc.repo</artifactId>
-                       <version>2.3-SNAPSHOT</version>
-               </dependency>
-
-               <!-- Argeo common distribution for Secured UI -->
-               <dependency>
-                       <groupId>org.argeo.slc.legacy.commons</groupId>
-                       <artifactId>org.argeo.cms.ui.workbench.rap</artifactId>
-                       <version>${version.argeo-commons-legacy}</version>
-               </dependency>
-
-               <!-- RAP workbench -->
-               <dependency>
-                       <groupId>org.argeo.tp</groupId>
-                       <artifactId>argeo-tp-rap-e3</artifactId>
-                       <version>${version.argeo-tp}</version>
-                       <type>pom</type>
-                       <scope>provided</scope>
-               </dependency>
-
-       </dependencies>
-</project>