Author: mattmann
Date: Sat Aug 22 19:44:25 2015
New Revision: 1697112

URL: http://svn.apache.org/r1697112
Log:
- services refactored into its own project. WIP OODT-842

Removed:
    oodt/trunk/curator/pom.xml
    oodt/trunk/curator/src/
Modified:
    oodt/trunk/curator/curator-webapp/pom.xml

Modified: oodt/trunk/curator/curator-webapp/pom.xml
URL: 
http://svn.apache.org/viewvc/oodt/trunk/curator/curator-webapp/pom.xml?rev=1697112&r1=1697111&r2=1697112&view=diff
==============================================================================
--- oodt/trunk/curator/curator-webapp/pom.xml (original)
+++ oodt/trunk/curator/curator-webapp/pom.xml Sat Aug 22 19:44:25 2015
@@ -30,11 +30,6 @@ the License.
    <wicket.version>1.4.17</wicket.version>
   </properties>  
   <description>A web application for managing policy for products and files 
and metadata that have been ingested via the CAS component.</description>
-  <scm>
-       
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-SNAPSHOT/curator</connection>
-       
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.9-SNAPSHOT/curator</developerConnection>
-       <url>http://svn.apache.org/viewvc/oodt/tags/0.9-SNAPSHOT/curator</url>
-  </scm>
   <build>
         <resources>
             <resource>
@@ -150,25 +145,6 @@ the License.
           </exclusion>
         </exclusions>
     </dependency>
-       <dependency>
-               <groupId>commons-fileupload</groupId>
-               <artifactId>commons-fileupload</artifactId>
-               <version>1.2.1</version>
-       </dependency>
-       <dependency>
-               <groupId>commons-io</groupId>
-               <artifactId>commons-io</artifactId>
-       </dependency>
-       <dependency>
-           <groupId>commons-lang</groupId>
-           <artifactId>commons-lang</artifactId>
-           <version>2.3</version>
-       </dependency>
-       <dependency>
-           <groupId>commons-collections</groupId>
-           <artifactId>commons-collections</artifactId>
-           <version>3.2.1</version>
-       </dependency>
     <dependency>
        <groupId>javax.servlet</groupId>
        <artifactId>servlet-api</artifactId>
@@ -177,49 +153,10 @@ the License.
     </dependency>
     <dependency>
       <groupId>org.apache.oodt</groupId>
-      <artifactId>cas-filemgr</artifactId>
+      <artifactId>curator-services</artifactId>
       <version>${project.parent.version}</version>
-      <exclusions>
-        <exclusion>
-          <groupId>commons-logging</groupId>
-          <artifactId>commons-logging</artifactId>
-        </exclusion>
-      </exclusions>
+      <type>war</type>
     </dependency>
-    <dependency>
-      <groupId>org.apache.oodt</groupId>
-      <artifactId>oodt-sso</artifactId>
-      <version>${project.parent.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.oodt</groupId>
-      <artifactId>cas-metadata</artifactId>
-      <version>${project.parent.version}</version>
-      <exclusions>
-        <exclusion>
-          <groupId>commons-logging</groupId>
-          <artifactId>commons-logging</artifactId>
-        </exclusion>
-      </exclusions>      
-      <type>jar</type>
-    </dependency>
-    <dependency>
-      <groupId>net.sf.json-lib</groupId>
-      <artifactId>json-lib</artifactId>      
-      <version>2.3</version>
-      <exclusions>
-        <exclusion>
-          <groupId>commons-logging</groupId>
-          <artifactId>commons-logging</artifactId>
-        </exclusion>
-      </exclusions>        
-      <classifier>jdk15</classifier>
-    </dependency>
-   <dependency>
-      <groupId>org.apache.cxf</groupId>
-      <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-      <version>2.6.0</version>
-   </dependency>
    <dependency>
       <groupId>org.reflections</groupId>
       <artifactId>reflections</artifactId>


Reply via email to