Author: mattmann
Date: Sat Aug 22 15:15:20 2015
New Revision: 1697092

URL: http://svn.apache.org/r1697092
Log:
OODT-824: WIP: port Curator to Wicket
  - resolve CSS and JS
  - pare down all JS and CSS to necessities
  - confirm services working from extraction to ingestion
  - update webapp context properties
  
  TODO:
    refactor FileTree into oodt-webapp-components
    handle SSO/login
    handle breadcrumbs
    

Modified:
    oodt/trunk/curator/pom.xml

Modified: oodt/trunk/curator/pom.xml
URL: 
http://svn.apache.org/viewvc/oodt/trunk/curator/pom.xml?rev=1697092&r1=1697091&r2=1697092&view=diff
==============================================================================
--- oodt/trunk/curator/pom.xml (original)
+++ oodt/trunk/curator/pom.xml Sat Aug 22 15:15:20 2015
@@ -70,7 +70,7 @@ the License.
                    <artifactId>tomcat7-maven-plugin</artifactId>
                    <version>2.2</version>
                    <configuration>
-                       <port>8080</port>
+                       <port>8181</port>
                        <systemProperties>
                            <CATALINA_OPTS>-Djava.awt.headless=true 
-Dfile.encoding=UTF-8
                                            -server -Xms1536m -Xmx1536m
@@ -220,6 +220,11 @@ the License.
       <artifactId>cxf-rt-frontend-jaxrs</artifactId>
       <version>2.6.0</version>
    </dependency>
+   <dependency>
+      <groupId>org.reflections</groupId>
+      <artifactId>reflections</artifactId>
+      <version>0.9.9-RC1</version>
+     </dependency>   
   </dependencies>
 
 </project>


Reply via email to