Author: wkeil
Date: Fri Mar 21 00:42:31 2014
New Revision: 1579848

URL: http://svn.apache.org/r1579848
Log:
OPEN - issue DMAP-35: Refactor Simple DDR - Web contributions
https://issues.apache.org/jira/browse/DMAP-35

Modified:
    incubator/devicemap/trunk/contrib/web/   (props changed)
    incubator/devicemap/trunk/contrib/web/webfilter/pom.xml

Propchange: incubator/devicemap/trunk/contrib/web/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Fri Mar 21 00:42:31 2014
@@ -8,6 +8,4 @@ bin
 .classpath
 .externalToolBuilders
 maven-eclipse.xml
-
-
-
+*Kopie

Modified: incubator/devicemap/trunk/contrib/web/webfilter/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/devicemap/trunk/contrib/web/webfilter/pom.xml?rev=1579848&r1=1579847&r2=1579848&view=diff
==============================================================================
--- incubator/devicemap/trunk/contrib/web/webfilter/pom.xml (original)
+++ incubator/devicemap/trunk/contrib/web/webfilter/pom.xml Fri Mar 21 00:42:31 
2014
@@ -8,16 +8,46 @@
                <artifactId>web-parent</artifactId>
                <version>0.1-SNAPSHOT</version>
        </parent>
-       <artifactId>web-filter</artifactId>
+       <artifactId>devicemapfilter</artifactId>
        <packaging>war</packaging>
        <name>Apache DeviceMap Web Filter</name>
        <dependencies>
+             <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+            <version>2.4</version>
+            <scope>provided</scope>
+        </dependency>
                <dependency>
                        <groupId>org.apache.devicemap</groupId>
                        <artifactId>org.apache.devicemap.classifier</artifactId>
                        <version>0.9.9-SNAPSHOT</version>
                </dependency>
                <dependency>
+                       <groupId>org.apache.devicemap</groupId>
+                   <artifactId>devicemap-openddr-java</artifactId>
+                       <version>0.9.9-SNAPSHOT</version>
+           </dependency>
+               <dependency>
+      <!-- TODO not in Maven central so far, can be downloaded at 
+           http://www.w3.org/TR/2008/WD-DDR-Simple-API-20080404/ -->
+      <groupId>org.w3c.ddr.simple</groupId>
+      <artifactId>DDR-Simple-API</artifactId>
+      <version>2008-04-04</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.devicemap</groupId>
+      <artifactId>devicemap-device-data</artifactId>
+      <version>0.9.9-SNAPSHOT</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.devicemap</groupId>
+      <artifactId>devicemap-test-data</artifactId>
+      <version>0.9.9-SNAPSHOT</version>
+      <scope>test</scope>
+    </dependency>
+               <dependency>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
                        <version>4.11</version>


Reply via email to