Author: woonsan
Date: Sun Jun 29 02:29:23 2014
New Revision: 1606419

URL: http://svn.apache.org/r1606419
Log:
APA-57: fix build errors

Added:
    
portals/applications/webcontent/trunk/content-rewriter/src/main/java/org/apache/portals/applications/webcontent/util/
    
portals/applications/webcontent/trunk/content-rewriter/src/main/java/org/apache/portals/applications/webcontent/util/Streams.java
      - copied unchanged from r1606418, 
portals/applications/webcontent/trunk/portlets/src/main/java/org/apache/portals/applications/webcontent/util/Streams.java
    
portals/applications/webcontent/trunk/reverse-proxy/src/main/java/org/apache/portals/applications/webcontent/util/
    
portals/applications/webcontent/trunk/reverse-proxy/src/main/java/org/apache/portals/applications/webcontent/util/CharArraySegment.java
      - copied unchanged from r1606418, 
portals/applications/webcontent/trunk/portlets/src/main/java/org/apache/portals/applications/webcontent/util/CharArraySegment.java
    
portals/applications/webcontent/trunk/reverse-proxy/src/main/java/org/apache/portals/applications/webcontent/util/WebResourceUtils.java
      - copied unchanged from r1606418, 
portals/applications/webcontent/trunk/portlets/src/main/java/org/apache/portals/applications/webcontent/util/WebResourceUtils.java
Removed:
    
portals/applications/webcontent/trunk/portlets/src/main/java/org/apache/portals/applications/webcontent/util/CharArraySegment.java
    
portals/applications/webcontent/trunk/portlets/src/main/java/org/apache/portals/applications/webcontent/util/Streams.java
    
portals/applications/webcontent/trunk/portlets/src/main/java/org/apache/portals/applications/webcontent/util/WebResourceUtils.java
Modified:
    portals/applications/webcontent/trunk/content-rewriter/pom.xml
    portals/applications/webcontent/trunk/reverse-proxy/pom.xml

Modified: portals/applications/webcontent/trunk/content-rewriter/pom.xml
URL: 
http://svn.apache.org/viewvc/portals/applications/webcontent/trunk/content-rewriter/pom.xml?rev=1606419&r1=1606418&r2=1606419&view=diff
==============================================================================
--- portals/applications/webcontent/trunk/content-rewriter/pom.xml (original)
+++ portals/applications/webcontent/trunk/content-rewriter/pom.xml Sun Jun 29 
02:29:23 2014
@@ -31,6 +31,12 @@
   <dependencies>
 
     <dependency>
+      <groupId>org.apache.portals</groupId>
+      <artifactId>portlet-api_2.0_spec</artifactId>
+      <scope>provided</scope>
+    </dependency>
+
+    <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
     </dependency>
@@ -46,6 +52,21 @@
     </dependency>
 
     <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-beanutils</groupId>
+      <artifactId>commons-beanutils</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.codehaus.castor</groupId>
+      <artifactId>castor</artifactId>
+    </dependency>
+
+    <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-log4j12</artifactId>
       <scope>test</scope>

Modified: portals/applications/webcontent/trunk/reverse-proxy/pom.xml
URL: 
http://svn.apache.org/viewvc/portals/applications/webcontent/trunk/reverse-proxy/pom.xml?rev=1606419&r1=1606418&r2=1606419&view=diff
==============================================================================
--- portals/applications/webcontent/trunk/reverse-proxy/pom.xml (original)
+++ portals/applications/webcontent/trunk/reverse-proxy/pom.xml Sun Jun 29 
02:29:23 2014
@@ -37,6 +37,12 @@
     </dependency>
 
     <dependency>
+      <groupId>org.apache.portals</groupId>
+      <artifactId>portlet-api_2.0_spec</artifactId>
+      <scope>provided</scope>
+    </dependency>
+
+    <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
     </dependency>


Reply via email to