You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by bu...@apache.org on 2013/12/10 16:29:00 UTC

svn commit: r1549866 - in /uima/sandbox/uima-ducc/trunk: src/main/assembly/bin.xml uima-ducc-parent/pom.xml

Author: burn
Date: Tue Dec 10 15:29:00 2013
New Revision: 1549866

URL: http://svn.apache.org/r1549866
Log:
UIMA-3464 Restore spring-aop as is really needed

Modified:
    uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml
    uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml

Modified: uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml?rev=1549866&r1=1549865&r2=1549866&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml Tue Dec 10 15:29:00 2013
@@ -349,6 +349,7 @@ under the License.    
         <include>org.springframework:spring-core</include>
         <include>org.springframework:spring-expression</include>
         <include>org.springframework:spring-beans</include>
+        <include>org.springframework:spring-aop</include>
         <include>org.springframework:spring-tx</include>
         <include>org.springframework:spring-asm</include>
         <include>org.springframework:spring-jms</include>

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml?rev=1549866&r1=1549865&r2=1549866&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml Tue Dec 10 15:29:00 2013
@@ -470,11 +470,11 @@
 				<version>${org.springframework.version}</version>
 			</dependency>
 
-			<!-- dependency>
+			<dependency>
 				<groupId>org.springframework</groupId>
 				<artifactId>spring-aop</artifactId>
 				<version>${org.springframework.version}</version>
-			</dependency -->
+			</dependency>
 
 			<dependency>
 				<groupId>org.springframework</groupId>
@@ -624,6 +624,11 @@
 			<scope>runtime</scope>
 		</dependency>
 
+		<dependency>
+			<groupId>org.springframework</groupId>
+			<artifactId>spring-aop</artifactId>
+		</dependency>
+
 	</dependencies>
 
 	<build>