You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2017/11/15 19:15:54 UTC

svn commit: r1815358 [2/3] - in /uima/uima-as/trunk: ./ aggregate-uima-as-eclipse-plugins/ aggregate-uima-as/ uima-as-docbooks/ uima-as-parent/ uimaj-as-activemq/ uimaj-as-camel/ uimaj-as-core/ uimaj-as-jms/ uimaj-as-osgi-runtime/ uimaj-eclipse-feature...

Modified: uima/uima-as/trunk/uima-as-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uima-as-parent/pom.xml?rev=1815358&r1=1815357&r2=1815358&view=diff
==============================================================================
--- uima/uima-as/trunk/uima-as-parent/pom.xml (original)
+++ uima/uima-as/trunk/uima-as-parent/pom.xml Wed Nov 15 19:15:54 2017
@@ -1,557 +1,557 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor 
-	license agreements. See the NOTICE file distributed with this work for additional 
-	information regarding copyright ownership. The ASF licenses this file to 
-	you under the Apache License, Version 2.0 (the "License"); you may not use 
-	this file except in compliance with the License. You may obtain a copy of 
-	the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required 
-	by applicable law or agreed to in writing, software distributed under the 
-	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
-	OF ANY KIND, either express or implied. See the License for the specific 
-	language governing permissions and limitations under the License. -->
-
-<!-- This pom serves as the the UIMA-AS common parent pom, and may include 
-	overrides to the project-wide parent-pom. Over time, things in this pom which 
-	apply to other projects within UIMA are migrated to the project-wide parent 
-	pom. -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-
-	<parent>
-		<groupId>org.apache.uima</groupId>
-		<artifactId>parent-pom</artifactId>
-		<version>10</version>
-		<relativePath />
-	</parent>
-
-	<!-- >groupId>org.apache.uima</groupId -->
-	<artifactId>uima-as-parent</artifactId>
-	<packaging>pom</packaging>
-	<version>2.10.2-SNAPSHOT</version>
-	<name>Apache UIMA-AS: ${project.artifactId}</name>
-	<description>The common parent pom for uima-as</description>
-	<url>${uimaWebsiteUrl}</url>
-
-	<scm>
-		<connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/tags/uima-as-2.10.2/uima-as-parent
-    </connection>
-		<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/tags/uima-as-2.10.2/uima-as-parent
-    </developerConnection>
-		<url>
-      http://svn.apache.org/viewvc/uima/uima-as/tags/uima-as-2.10.2/uima-as-parent
-    </url>
-	</scm>
-
-
-	<!-- The repositories section is duplicated from the parent pom one, and 
-		adds the Apache Snapshot Nexus repository where UIMA snapshots are deployed. 
-		This is needed if for instance, a project depends on some new SNAPSHOT level 
-		of a build tool, where the users hasn't checked out the build tooling. This 
-		allows maven to find the snapshots when looking for the parent of this pom -->
-	<repositories>
-		<repository>
-			<id>eclipsePlugins</id>
-			<name>Eclipse components</name>
-			<layout>default</layout>
-			<url>http://repo1.maven.org/eclipse</url>
-
-			<releases>
-				<updatePolicy>never</updatePolicy>
-				<checksumPolicy>fail</checksumPolicy>
-			</releases>
-
-			<snapshots>
-				<enabled>false</enabled>
-			</snapshots>
-		</repository>
-
-		<!-- modify central repository access: Turn on checksum checking -->
-		<repository>
-			<id>central</id>
-			<name>Maven Repository Switchboard</name>
-			<layout>default</layout>
-			<url>http://repo1.maven.org/maven2</url>
-
-			<releases>
-				<enabled>true</enabled>
-				<checksumPolicy>fail</checksumPolicy>
-				<updatePolicy>never</updatePolicy>
-			</releases>
-
-			<snapshots>
-				<enabled>false</enabled>
-			</snapshots>
-
-		</repository>
-
-		<!-- this is needed if this pom refers to a snapshot of the parent -->
-		<repository>
-			<id>apache.snapshots</id>
-			<name>Apache Snapshot Repository</name>
-			<url>http://repository.apache.org/snapshots</url>
-			<releases>
-				<enabled>false</enabled>
-			</releases>
-		</repository>
-
-
-	</repositories>
-
-	<pluginRepositories>
-		<pluginRepository>
-			<id>apache.snapshots.plugins</id>
-			<name>Apache Snapshot Repository - Maven plugins</name>
-			<url>http://repository.apache.org/snapshots</url>
-			<layout>default</layout>
-			<releases>
-				<enabled>false</enabled>
-			</releases>
-			<snapshots>
-				<enabled>true</enabled>
-				<checksumPolicy>fail</checksumPolicy>
-				<updatePolicy>never</updatePolicy>
-			</snapshots>
-		</pluginRepository>
-
-	</pluginRepositories>
-	<properties>
-		<uimaScmRoot>uima-as</uimaScmRoot>
-		<uimaScmProject>${project.artifactId}</uimaScmProject>
-		<!-- level of uimaj sdk this release depends on -->
-		<uimajDependencyVersion>2.10.2</uimajDependencyVersion>
-		<!-- level of ActiveMQ this release depends on -->
-		<org.apache.activemq.version>5.15.2</org.apache.activemq.version>
-		<!-- level of SpringFramework this release depends on -->
-		<org.springframework.version>4.3.9.RELEASE</org.springframework.version>
-
-        <org.apache.camel.version>2.19.3</org.apache.camel.version>
-
-		<org.apache.geronimo.jms.specs.version>1.1.1</org.apache.geronimo.jms.specs.version>
-
-		<org.apache.geronimo.j2ee.specs.version>1.0.1</org.apache.geronimo.j2ee.specs.version>
-
-		<org.apache.geronimo.servlet.specs.version>1.0</org.apache.geronimo.servlet.specs.version>
-
-		<jetty.version>9.2.22.v20170606</jetty.version>
-
-		<commons-pool.version>2.4.2</commons-pool.version>
-
-		<xstream.version>1.4.10</xstream.version>
-
-        <log4j.version>1.2.17</log4j.version>
-
-		<xmlbeans.version>2.4.0</xmlbeans.version>
-		
-		<slf4j.version>1.7.13</slf4j.version>
-		
-		<xpp3.version>1.1.4c</xpp3.version>
-		
-		<http.client.version>4.5.3</http.client.version>
-		
-		<http.core.version>4.4.4</http.core.version>
-		
-        <hawtbuff.version>1.11</hawtbuff.version>		
-        
-        <junit.version>4.8.1</junit.version>
-		
-        <!-- Needed for NOTICE file packaged in each jar under META-INF -->
-		<uimaASNoticeText>
-Portions of UIMA-AS were originally developed by
-International Business Machines Corporation and are
-licensed to the Apache Software Foundation under the
-"Software Grant License Agreement", informally known as the 
-"IBM UIMA-EE License Agreement".
-Copyright (c) 2007, 2008 IBM Corporation
-       </uimaASNoticeText>
-
-        <!-- Needed for NOTICE file packaged in each jar under META-INF -->
-		<postNoticeText>
-${ibmNoticeText}
-
-${uimaASNoticeText}
-
-		</postNoticeText>	
-		
-	</properties>
-	
-	
-	<!-- dependencyManagement is a declaration section naming each artifact 
-		the uima-as components depends on. -->
-	<dependencyManagement>
-		<dependencies>
-
-			<dependency>
-				<groupId>org.apache.uima</groupId>
-				<artifactId>uimaj-core</artifactId>
-				<version>${uimajDependencyVersion}</version>
-				<scope>compile</scope>
-			</dependency>
-
-
-			<!-- Active MQ Stuff -->
-			<dependency>
-				<groupId>org.apache.activemq</groupId>
-				<artifactId>activemq-client</artifactId>
-				<version>${org.apache.activemq.version}</version>
-			</dependency>
-
-			<dependency>
-				<groupId>org.apache.activemq</groupId>
-				<artifactId>activemq-broker</artifactId>
-				<version>${org.apache.activemq.version}</version>
-			</dependency>
-
-
-
-      	    <dependency>
-				<groupId>org.apache.activemq</groupId>
-				<artifactId>activemq-jaas</artifactId>
-				<version>${org.apache.activemq.version}</version>
-			</dependency>
-
-			<dependency>
-				<groupId>org.apache.activemq</groupId>
-				<artifactId>activemq-web</artifactId>
-				<version>${org.apache.activemq.version}</version>
-			</dependency>
-
-			<dependency>
-				<groupId>org.apache.activemq</groupId>
-				<artifactId>activemq-spring</artifactId>
-				<version>${org.apache.activemq.version}</version>
-			</dependency>
-
-			<dependency>
-				<groupId>org.apache.activemq</groupId>
-				<artifactId>activemq-console</artifactId>
-				<version>${org.apache.activemq.version}</version>
-			</dependency>
-
-			<dependency>
-				<groupId>org.apache.activemq</groupId>
-				<artifactId>activemq-http</artifactId>
-				<version>${org.apache.activemq.version}</version>
-			</dependency>
-
-
-
-
-			<dependency>
-				<groupId>org.apache.activemq</groupId>
-				<artifactId>activemq-camel</artifactId>
-				<version>${org.apache.activemq.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.activemq</groupId>
-				<artifactId>activemq-jms-pool</artifactId>
-				<version>${org.apache.activemq.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.activemq</groupId>
-				<artifactId>activemq-leveldb-store</artifactId>
-				<version>${org.apache.activemq.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.activemq</groupId>
-				<artifactId>activemq-log4j-appender</artifactId>
-				<version>${org.apache.activemq.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.activemq</groupId>
-				<artifactId>activemq-pool</artifactId>
-				<version>${org.apache.activemq.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.activemq</groupId>
-				<artifactId>activemq-stomp</artifactId>
-				<version>${org.apache.activemq.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.activemq</groupId>
-				<artifactId>activemq-amqp</artifactId>
-				<version>${org.apache.activemq.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.activemq</groupId>
-				<artifactId>activemq-mqtt</artifactId>
-				<version>${org.apache.activemq.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.activemq</groupId>
-				<artifactId>activemq-partition</artifactId>
-				<version>${org.apache.activemq.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.activemq</groupId>
-				<artifactId>activemq-runtime-config</artifactId>
-				<version>${org.apache.activemq.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.activemq</groupId>
-				<artifactId>activemq-shiro</artifactId>
-				<version>${org.apache.activemq.version}</version>
-			</dependency>
-
-
-                        <dependency>
-                                <groupId>org.fusesource.hawtbuf</groupId>
-                                <artifactId>hawtbuf</artifactId>
-                                <version>${hawtbuff.version}</version>
-                        </dependency>
-
-
-
-			<dependency>
-				<groupId>org.apache.activemq</groupId>
-				<artifactId>activemq-kahadb-store</artifactId>
-				<version>${org.apache.activemq.version}</version>
-			</dependency>
-
-            <dependency>
-               <groupId>${project.groupId}</groupId>
-               <artifactId>activemq-http</artifactId>
-               <version>${org.apache.activemq.version}</version>
-            </dependency>
-			
-			<!-- Spring Framework Dependencies -->
-			<dependency>
-				<groupId>org.springframework</groupId>
-				<artifactId>spring-core</artifactId>
-				<version>${org.springframework.version}</version>
-			</dependency>
-
-			<!--dependency>
-				<groupId>org.springframework</groupId>
-				<artifactId>spring-asm</artifactId>
-				<version>${org.springframework.version}</version>
-			</dependency-->
-
-			<dependency>
-				<groupId>org.springframework</groupId>
-				<artifactId>spring-aop</artifactId>
-				<version>${org.springframework.version}</version>
-			</dependency>
-
-			<dependency>
-				<groupId>org.springframework</groupId>
-				<artifactId>spring-beans</artifactId>
-				<version>${org.springframework.version}</version>
-			</dependency>
-
-			<dependency>
-				<groupId>org.springframework</groupId>
-				<artifactId>spring-context</artifactId>
-				<version>${org.springframework.version}</version>
-			</dependency>
-
-			<dependency>
-				<groupId>org.springframework</groupId>
-				<artifactId>spring-webt</artifactId>
-				<version>${org.springframework.version}</version>
-			</dependency>
-
-			<dependency>
-				<groupId>org.springframework</groupId>
-				<artifactId>spring-expression</artifactId>
-				<version>${org.springframework.version}</version>
-			</dependency>
-
-			<dependency>
-				<groupId>org.springframework</groupId>
-				<artifactId>spring-tx</artifactId>
-				<version>${org.springframework.version}</version>
-			</dependency>
-
-			<dependency>
-				<groupId>org.springframework</groupId>
-				<artifactId>spring-jms</artifactId>
-				<version>${org.springframework.version}</version>
-			</dependency>
-
-
-
-			<dependency>
-				<groupId>org.apache.geronimo.specs</groupId>
-				<artifactId>geronimo-jms_1.1_spec</artifactId>
-				<version>${org.apache.geronimo.jms.specs.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.geronimo.specs</groupId>
-				<artifactId>geronimo-j2ee-management_1.1_spec</artifactId>
-				<version>${org.apache.geronimo.j2ee.specs.version}</version>
-			</dependency>
-
-
-			<dependency>
-				<groupId>org.apache.geronimo.specs</groupId>
-				<artifactId>geronimo-servlet_3.0_spec</artifactId>
-				<version>${org.apache.geronimo.servlet.specs.version}</version>
-			</dependency>
-
-			<!-- Jetty -->
-			<dependency>
-				<groupId>org.eclipse.jetty.aggregate</groupId>
-				<artifactId>jetty-all</artifactId>
-				<version>${jetty.version}</version>
-			</dependency>
-
-			<dependency>
-				<groupId>org.apache.commons</groupId>
-				<artifactId>commons-pool2</artifactId>
-				<version>${commons-pool.version}</version>
-				<scope>compile</scope>
-			</dependency>
-
-			<dependency>
-				<groupId>com.thoughtworks.xstream</groupId>
-				<artifactId>xstream</artifactId>
-				<version>${xstream.version}</version>
-				<type>jar</type>
-				<scope>compile</scope>
-			</dependency>
-
-			<dependency>
-				<groupId>org.apache.xmlbeans</groupId>
-				<artifactId>xmlbeans</artifactId>
-				<version>${xmlbeans.version}</version>
-				<scope>compile</scope>
-			</dependency>
-
-            <dependency>
-               <groupId>org.slf4j</groupId>
-               <artifactId>slf4j-log4j12</artifactId>
-               <version>${slf4j.version}</version>
-            </dependency>
-        
-       
-    
-           <dependency>
-           <groupId>org.slf4j</groupId>
-           <artifactId>jcl-over-slf4j</artifactId>
-           <version>${slf4j.version}</version>
-           </dependency>
-
-          <dependency>
-          <groupId>org.slf4j</groupId>
-          <artifactId>slf4j-api</artifactId>
-          <version>${slf4j.version}</version>
-          </dependency>
-			
-          <dependency>
-          <groupId>log4j</groupId>
-          <artifactId>log4j</artifactId>
-          <version>${log4j.version}</version>
-          </dependency>
-			
-          
-	  <dependency>
-             <groupId>xpp3</groupId>
-             <artifactId>xpp3</artifactId>
-             <version>${xpp3.version}</version>
-          </dependency>
-
-
-        <dependency>
-           <groupId>org.apache.httpcomponents</groupId>
-           <artifactId>httpclient</artifactId>
-           <version>${http.client.version}</version>
-        </dependency>
-        
-        <dependency>
-          <groupId>org.apache.httpcomponents</groupId>
-          <artifactId>httpcore</artifactId>
-          <version>${http.core.version}</version>
-        </dependency>
-
-        <dependency>
-          <groupId>junit</groupId>
-          <artifactId>junit</artifactId>
-          <version>${junit.version}</version>
-        </dependency>
-          
-		</dependencies>
-	</dependencyManagement>
-
-	
-	 <build>
-    <pluginManagement>
-    
-    	<plugins>
-
-           <plugin>
-              <artifactId>maven-compiler-plugin</artifactId>
-              <version>3.1</version>
-              <configuration>
-                 <source>1.7</source>
-                 <target>1.7</target>
-              </configuration>
-           </plugin>
-
-    		<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
-    		<plugin>
-    			<groupId>org.eclipse.m2e</groupId>
-    			<artifactId>lifecycle-mapping</artifactId>
-    			<version>1.0.0</version>
-    			<configuration>
-    				<lifecycleMappingMetadata>
-    					<pluginExecutions>
-    						<pluginExecution>
-    							<pluginExecutionFilter>
-    								<groupId>org.apache.felix</groupId>
-    								<artifactId>
-    									maven-bundle-plugin
-    								</artifactId>
-    								<versionRange>
-    									[2.3.7,)
-    								</versionRange>
-    								<goals>
-    									<goal>manifest</goal>
-    								</goals>
-    							</pluginExecutionFilter>
-    							<action>
-    								<execute />
-    							</action>
-    						</pluginExecution>
-    					</pluginExecutions>
-    				</lifecycleMappingMetadata>
-    			</configuration>
-    		</plugin>
-     
-        <plugin>
-          <artifactId>maven-changes-plugin</artifactId>
-          <version>2.10</version>
-        </plugin>
-
- <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-javadoc-plugin</artifactId>
-          <version>2.10.4</version>
-          <configuration>
-          <additionalparam>-Xdoclint:none</additionalparam>
-            <source>${maven.compiler.source}</source>
-            <javadocVersion>${maven.compiler.source}</javadocVersion> <!-- https://issues.apache.org/jira/browse/UIMA-5369 -->
-          </configuration>
-          <executions>
-            <execution>
-              <id>attach-javadocs</id>
-              <configuration>
-                <source>${maven.compiler.source}</source>
-              </configuration> 
-            </execution>
-            <execution>
-              <id>default-cli</id>  <!-- Jenkins runs this apparently 3/2015 -->
-              <configuration>
-                <source>${maven.compiler.source}</source>
-              </configuration> 
-            </execution>
-          </executions>
-        </plugin>
-
-      </plugins>
-    </pluginManagement>
-	</build>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor 
+	license agreements. See the NOTICE file distributed with this work for additional 
+	information regarding copyright ownership. The ASF licenses this file to 
+	you under the Apache License, Version 2.0 (the "License"); you may not use 
+	this file except in compliance with the License. You may obtain a copy of 
+	the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required 
+	by applicable law or agreed to in writing, software distributed under the 
+	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
+	OF ANY KIND, either express or implied. See the License for the specific 
+	language governing permissions and limitations under the License. -->
+
+<!-- This pom serves as the the UIMA-AS common parent pom, and may include 
+	overrides to the project-wide parent-pom. Over time, things in this pom which 
+	apply to other projects within UIMA are migrated to the project-wide parent 
+	pom. -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+
+	<parent>
+		<groupId>org.apache.uima</groupId>
+		<artifactId>parent-pom</artifactId>
+		<version>10</version>
+		<relativePath />
+	</parent>
+
+	<!-- >groupId>org.apache.uima</groupId -->
+	<artifactId>uima-as-parent</artifactId>
+	<packaging>pom</packaging>
+	<version>2.10.2</version>
+	<name>Apache UIMA-AS: ${project.artifactId}</name>
+	<description>The common parent pom for uima-as</description>
+	<url>${uimaWebsiteUrl}</url>
+
+	<scm>
+		<connection>
+      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/tags/uima-as-2.10.2/uima-as-parent
+    </connection>
+		<developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/tags/uima-as-2.10.2/uima-as-parent
+    </developerConnection>
+		<url>
+      http://svn.apache.org/viewvc/uima/uima-as/tags/uima-as-2.10.2/uima-as-parent
+    </url>
+	</scm>
+
+
+	<!-- The repositories section is duplicated from the parent pom one, and 
+		adds the Apache Snapshot Nexus repository where UIMA snapshots are deployed. 
+		This is needed if for instance, a project depends on some new SNAPSHOT level 
+		of a build tool, where the users hasn't checked out the build tooling. This 
+		allows maven to find the snapshots when looking for the parent of this pom -->
+	<repositories>
+		<repository>
+			<id>eclipsePlugins</id>
+			<name>Eclipse components</name>
+			<layout>default</layout>
+			<url>http://repo1.maven.org/eclipse</url>
+
+			<releases>
+				<updatePolicy>never</updatePolicy>
+				<checksumPolicy>fail</checksumPolicy>
+			</releases>
+
+			<snapshots>
+				<enabled>false</enabled>
+			</snapshots>
+		</repository>
+
+		<!-- modify central repository access: Turn on checksum checking -->
+		<repository>
+			<id>central</id>
+			<name>Maven Repository Switchboard</name>
+			<layout>default</layout>
+			<url>http://repo1.maven.org/maven2</url>
+
+			<releases>
+				<enabled>true</enabled>
+				<checksumPolicy>fail</checksumPolicy>
+				<updatePolicy>never</updatePolicy>
+			</releases>
+
+			<snapshots>
+				<enabled>false</enabled>
+			</snapshots>
+
+		</repository>
+
+		<!-- this is needed if this pom refers to a snapshot of the parent -->
+		<repository>
+			<id>apache.snapshots</id>
+			<name>Apache Snapshot Repository</name>
+			<url>http://repository.apache.org/snapshots</url>
+			<releases>
+				<enabled>false</enabled>
+			</releases>
+		</repository>
+
+
+	</repositories>
+
+	<pluginRepositories>
+		<pluginRepository>
+			<id>apache.snapshots.plugins</id>
+			<name>Apache Snapshot Repository - Maven plugins</name>
+			<url>http://repository.apache.org/snapshots</url>
+			<layout>default</layout>
+			<releases>
+				<enabled>false</enabled>
+			</releases>
+			<snapshots>
+				<enabled>true</enabled>
+				<checksumPolicy>fail</checksumPolicy>
+				<updatePolicy>never</updatePolicy>
+			</snapshots>
+		</pluginRepository>
+
+	</pluginRepositories>
+	<properties>
+		<uimaScmRoot>uima-as</uimaScmRoot>
+		<uimaScmProject>${project.artifactId}</uimaScmProject>
+		<!-- level of uimaj sdk this release depends on -->
+		<uimajDependencyVersion>2.10.2</uimajDependencyVersion>
+		<!-- level of ActiveMQ this release depends on -->
+		<org.apache.activemq.version>5.15.2</org.apache.activemq.version>
+		<!-- level of SpringFramework this release depends on -->
+		<org.springframework.version>4.3.9.RELEASE</org.springframework.version>
+
+        <org.apache.camel.version>2.19.3</org.apache.camel.version>
+
+		<org.apache.geronimo.jms.specs.version>1.1.1</org.apache.geronimo.jms.specs.version>
+
+		<org.apache.geronimo.j2ee.specs.version>1.0.1</org.apache.geronimo.j2ee.specs.version>
+
+		<org.apache.geronimo.servlet.specs.version>1.0</org.apache.geronimo.servlet.specs.version>
+
+		<jetty.version>9.2.22.v20170606</jetty.version>
+
+		<commons-pool.version>2.4.2</commons-pool.version>
+
+		<xstream.version>1.4.10</xstream.version>
+
+        <log4j.version>1.2.17</log4j.version>
+
+		<xmlbeans.version>2.4.0</xmlbeans.version>
+		
+		<slf4j.version>1.7.13</slf4j.version>
+		
+		<xpp3.version>1.1.4c</xpp3.version>
+		
+		<http.client.version>4.5.3</http.client.version>
+		
+		<http.core.version>4.4.4</http.core.version>
+		
+        <hawtbuff.version>1.11</hawtbuff.version>		
+        
+        <junit.version>4.8.1</junit.version>
+		
+        <!-- Needed for NOTICE file packaged in each jar under META-INF -->
+		<uimaASNoticeText>
+Portions of UIMA-AS were originally developed by
+International Business Machines Corporation and are
+licensed to the Apache Software Foundation under the
+"Software Grant License Agreement", informally known as the 
+"IBM UIMA-EE License Agreement".
+Copyright (c) 2007, 2008 IBM Corporation
+       </uimaASNoticeText>
+
+        <!-- Needed for NOTICE file packaged in each jar under META-INF -->
+		<postNoticeText>
+${ibmNoticeText}
+
+${uimaASNoticeText}
+
+		</postNoticeText>	
+		
+	</properties>
+	
+	
+	<!-- dependencyManagement is a declaration section naming each artifact 
+		the uima-as components depends on. -->
+	<dependencyManagement>
+		<dependencies>
+
+			<dependency>
+				<groupId>org.apache.uima</groupId>
+				<artifactId>uimaj-core</artifactId>
+				<version>${uimajDependencyVersion}</version>
+				<scope>compile</scope>
+			</dependency>
+
+
+			<!-- Active MQ Stuff -->
+			<dependency>
+				<groupId>org.apache.activemq</groupId>
+				<artifactId>activemq-client</artifactId>
+				<version>${org.apache.activemq.version}</version>
+			</dependency>
+
+			<dependency>
+				<groupId>org.apache.activemq</groupId>
+				<artifactId>activemq-broker</artifactId>
+				<version>${org.apache.activemq.version}</version>
+			</dependency>
+
+
+
+      	    <dependency>
+				<groupId>org.apache.activemq</groupId>
+				<artifactId>activemq-jaas</artifactId>
+				<version>${org.apache.activemq.version}</version>
+			</dependency>
+
+			<dependency>
+				<groupId>org.apache.activemq</groupId>
+				<artifactId>activemq-web</artifactId>
+				<version>${org.apache.activemq.version}</version>
+			</dependency>
+
+			<dependency>
+				<groupId>org.apache.activemq</groupId>
+				<artifactId>activemq-spring</artifactId>
+				<version>${org.apache.activemq.version}</version>
+			</dependency>
+
+			<dependency>
+				<groupId>org.apache.activemq</groupId>
+				<artifactId>activemq-console</artifactId>
+				<version>${org.apache.activemq.version}</version>
+			</dependency>
+
+			<dependency>
+				<groupId>org.apache.activemq</groupId>
+				<artifactId>activemq-http</artifactId>
+				<version>${org.apache.activemq.version}</version>
+			</dependency>
+
+
+
+
+			<dependency>
+				<groupId>org.apache.activemq</groupId>
+				<artifactId>activemq-camel</artifactId>
+				<version>${org.apache.activemq.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.activemq</groupId>
+				<artifactId>activemq-jms-pool</artifactId>
+				<version>${org.apache.activemq.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.activemq</groupId>
+				<artifactId>activemq-leveldb-store</artifactId>
+				<version>${org.apache.activemq.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.activemq</groupId>
+				<artifactId>activemq-log4j-appender</artifactId>
+				<version>${org.apache.activemq.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.activemq</groupId>
+				<artifactId>activemq-pool</artifactId>
+				<version>${org.apache.activemq.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.activemq</groupId>
+				<artifactId>activemq-stomp</artifactId>
+				<version>${org.apache.activemq.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.activemq</groupId>
+				<artifactId>activemq-amqp</artifactId>
+				<version>${org.apache.activemq.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.activemq</groupId>
+				<artifactId>activemq-mqtt</artifactId>
+				<version>${org.apache.activemq.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.activemq</groupId>
+				<artifactId>activemq-partition</artifactId>
+				<version>${org.apache.activemq.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.activemq</groupId>
+				<artifactId>activemq-runtime-config</artifactId>
+				<version>${org.apache.activemq.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.activemq</groupId>
+				<artifactId>activemq-shiro</artifactId>
+				<version>${org.apache.activemq.version}</version>
+			</dependency>
+
+
+                        <dependency>
+                                <groupId>org.fusesource.hawtbuf</groupId>
+                                <artifactId>hawtbuf</artifactId>
+                                <version>${hawtbuff.version}</version>
+                        </dependency>
+
+
+
+			<dependency>
+				<groupId>org.apache.activemq</groupId>
+				<artifactId>activemq-kahadb-store</artifactId>
+				<version>${org.apache.activemq.version}</version>
+			</dependency>
+
+            <dependency>
+               <groupId>${project.groupId}</groupId>
+               <artifactId>activemq-http</artifactId>
+               <version>${org.apache.activemq.version}</version>
+            </dependency>
+			
+			<!-- Spring Framework Dependencies -->
+			<dependency>
+				<groupId>org.springframework</groupId>
+				<artifactId>spring-core</artifactId>
+				<version>${org.springframework.version}</version>
+			</dependency>
+
+			<!--dependency>
+				<groupId>org.springframework</groupId>
+				<artifactId>spring-asm</artifactId>
+				<version>${org.springframework.version}</version>
+			</dependency-->
+
+			<dependency>
+				<groupId>org.springframework</groupId>
+				<artifactId>spring-aop</artifactId>
+				<version>${org.springframework.version}</version>
+			</dependency>
+
+			<dependency>
+				<groupId>org.springframework</groupId>
+				<artifactId>spring-beans</artifactId>
+				<version>${org.springframework.version}</version>
+			</dependency>
+
+			<dependency>
+				<groupId>org.springframework</groupId>
+				<artifactId>spring-context</artifactId>
+				<version>${org.springframework.version}</version>
+			</dependency>
+
+			<dependency>
+				<groupId>org.springframework</groupId>
+				<artifactId>spring-webt</artifactId>
+				<version>${org.springframework.version}</version>
+			</dependency>
+
+			<dependency>
+				<groupId>org.springframework</groupId>
+				<artifactId>spring-expression</artifactId>
+				<version>${org.springframework.version}</version>
+			</dependency>
+
+			<dependency>
+				<groupId>org.springframework</groupId>
+				<artifactId>spring-tx</artifactId>
+				<version>${org.springframework.version}</version>
+			</dependency>
+
+			<dependency>
+				<groupId>org.springframework</groupId>
+				<artifactId>spring-jms</artifactId>
+				<version>${org.springframework.version}</version>
+			</dependency>
+
+
+
+			<dependency>
+				<groupId>org.apache.geronimo.specs</groupId>
+				<artifactId>geronimo-jms_1.1_spec</artifactId>
+				<version>${org.apache.geronimo.jms.specs.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.geronimo.specs</groupId>
+				<artifactId>geronimo-j2ee-management_1.1_spec</artifactId>
+				<version>${org.apache.geronimo.j2ee.specs.version}</version>
+			</dependency>
+
+
+			<dependency>
+				<groupId>org.apache.geronimo.specs</groupId>
+				<artifactId>geronimo-servlet_3.0_spec</artifactId>
+				<version>${org.apache.geronimo.servlet.specs.version}</version>
+			</dependency>
+
+			<!-- Jetty -->
+			<dependency>
+				<groupId>org.eclipse.jetty.aggregate</groupId>
+				<artifactId>jetty-all</artifactId>
+				<version>${jetty.version}</version>
+			</dependency>
+
+			<dependency>
+				<groupId>org.apache.commons</groupId>
+				<artifactId>commons-pool2</artifactId>
+				<version>${commons-pool.version}</version>
+				<scope>compile</scope>
+			</dependency>
+
+			<dependency>
+				<groupId>com.thoughtworks.xstream</groupId>
+				<artifactId>xstream</artifactId>
+				<version>${xstream.version}</version>
+				<type>jar</type>
+				<scope>compile</scope>
+			</dependency>
+
+			<dependency>
+				<groupId>org.apache.xmlbeans</groupId>
+				<artifactId>xmlbeans</artifactId>
+				<version>${xmlbeans.version}</version>
+				<scope>compile</scope>
+			</dependency>
+
+            <dependency>
+               <groupId>org.slf4j</groupId>
+               <artifactId>slf4j-log4j12</artifactId>
+               <version>${slf4j.version}</version>
+            </dependency>
+        
+       
+    
+           <dependency>
+           <groupId>org.slf4j</groupId>
+           <artifactId>jcl-over-slf4j</artifactId>
+           <version>${slf4j.version}</version>
+           </dependency>
+
+          <dependency>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-api</artifactId>
+          <version>${slf4j.version}</version>
+          </dependency>
+			
+          <dependency>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+          <version>${log4j.version}</version>
+          </dependency>
+			
+          
+	  <dependency>
+             <groupId>xpp3</groupId>
+             <artifactId>xpp3</artifactId>
+             <version>${xpp3.version}</version>
+          </dependency>
+
+
+        <dependency>
+           <groupId>org.apache.httpcomponents</groupId>
+           <artifactId>httpclient</artifactId>
+           <version>${http.client.version}</version>
+        </dependency>
+        
+        <dependency>
+          <groupId>org.apache.httpcomponents</groupId>
+          <artifactId>httpcore</artifactId>
+          <version>${http.core.version}</version>
+        </dependency>
+
+        <dependency>
+          <groupId>junit</groupId>
+          <artifactId>junit</artifactId>
+          <version>${junit.version}</version>
+        </dependency>
+          
+		</dependencies>
+	</dependencyManagement>
+
+	
+	 <build>
+    <pluginManagement>
+    
+    	<plugins>
+
+           <plugin>
+              <artifactId>maven-compiler-plugin</artifactId>
+              <version>3.1</version>
+              <configuration>
+                 <source>1.7</source>
+                 <target>1.7</target>
+              </configuration>
+           </plugin>
+
+    		<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
+    		<plugin>
+    			<groupId>org.eclipse.m2e</groupId>
+    			<artifactId>lifecycle-mapping</artifactId>
+    			<version>1.0.0</version>
+    			<configuration>
+    				<lifecycleMappingMetadata>
+    					<pluginExecutions>
+    						<pluginExecution>
+    							<pluginExecutionFilter>
+    								<groupId>org.apache.felix</groupId>
+    								<artifactId>
+    									maven-bundle-plugin
+    								</artifactId>
+    								<versionRange>
+    									[2.3.7,)
+    								</versionRange>
+    								<goals>
+    									<goal>manifest</goal>
+    								</goals>
+    							</pluginExecutionFilter>
+    							<action>
+    								<execute />
+    							</action>
+    						</pluginExecution>
+    					</pluginExecutions>
+    				</lifecycleMappingMetadata>
+    			</configuration>
+    		</plugin>
+     
+        <plugin>
+          <artifactId>maven-changes-plugin</artifactId>
+          <version>2.10</version>
+        </plugin>
+
+ <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <version>2.10.4</version>
+          <configuration>
+          <additionalparam>-Xdoclint:none</additionalparam>
+            <source>${maven.compiler.source}</source>
+            <javadocVersion>${maven.compiler.source}</javadocVersion> <!-- https://issues.apache.org/jira/browse/UIMA-5369 -->
+          </configuration>
+          <executions>
+            <execution>
+              <id>attach-javadocs</id>
+              <configuration>
+                <source>${maven.compiler.source}</source>
+              </configuration> 
+            </execution>
+            <execution>
+              <id>default-cli</id>  <!-- Jenkins runs this apparently 3/2015 -->
+              <configuration>
+                <source>${maven.compiler.source}</source>
+              </configuration> 
+            </execution>
+          </executions>
+        </plugin>
+
+      </plugins>
+    </pluginManagement>
+	</build>
+
+</project>

Modified: uima/uima-as/trunk/uimaj-as-activemq/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/pom.xml?rev=1815358&r1=1815357&r2=1815358&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/pom.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/pom.xml Wed Nov 15 19:15:54 2017
@@ -1,360 +1,360 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor 
-	license agreements. See the NOTICE file distributed with this work for additional 
-	information regarding copyright ownership. The ASF licenses this file to 
-	you under the Apache License, Version 2.0 (the "License"); you may not use 
-	this file except in compliance with the License. You may obtain a copy of 
-	the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required 
-	by applicable law or agreed to in writing, software distributed under the 
-	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
-	OF ANY KIND, either express or implied. See the License for the specific 
-	language governing permissions and limitations under the License. -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-
-	<parent>
-		<groupId>org.apache.uima</groupId>
-		<artifactId>uima-as-parent</artifactId>
-		<version>2.10.2-SNAPSHOT</version>
-		<relativePath>../uima-as-parent/pom.xml</relativePath>
-	</parent>
-
-	<artifactId>uimaj-as-activemq</artifactId>
-	<name>Apache UIMA-AS: ${project.artifactId}</name>
-	<description>UIMA-AS ActiveMQ incorporation</description>
-	<url>${uimaWebsiteUrl}</url>
-
-	<!-- Special inheritance note even though the <scm> element that follows 
-		is exactly the same as those in super poms, it cannot be inherited because 
-		there is some special code that computes the connection elements from the 
-		chain of parent poms, if this is omitted. Keeping this a bit factored allows 
-		cutting/pasting the <scm> element, and just changing the following two properties -->
-	<scm>
-		<connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/tags/uima-as-2.10.2/uimaj-as-activemq
-    </connection>
-		<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/tags/uima-as-2.10.2/uimaj-as-activemq
-    </developerConnection>
-		<url>
-      http://svn.apache.org/viewvc/uima/uima-as/tags/uima-as-2.10.2/uimaj-as-activemq
-    </url>
-	</scm>
-
-	<properties>
-		<uimaScmProject>${project.artifactId}</uimaScmProject>
-	</properties>
-
-	<dependencies>
-
-        <dependency>
-			<groupId>org.apache.uima</groupId>
-			<artifactId>uimaj-core</artifactId>
-			
-		</dependency>
-		
-		<!-- Active MQ Stuff -->
-		<dependency>
-			<groupId>org.apache.activemq</groupId>
-			<artifactId>activemq-client</artifactId>
-		</dependency>
-
-		<dependency>
-			<groupId>org.apache.activemq</groupId>
-			<artifactId>activemq-broker</artifactId>
-		</dependency>
-
-		<dependency>
-			<groupId>org.apache.activemq</groupId>
-			<artifactId>activemq-jaas</artifactId>
-		</dependency>
-
-		<dependency>
-			<groupId>org.apache.activemq</groupId>
-			<artifactId>activemq-console</artifactId>
-		</dependency>
-
-
-		<dependency>
-			<groupId>org.apache.activemq</groupId>
-			<artifactId>activemq-http</artifactId>
-		</dependency>
-
-		<dependency>
-			<groupId>org.apache.activemq</groupId>
-			<artifactId>activemq-web</artifactId>
-			<exclusions>
-				<exclusion>
-					<artifactId>fusemq-leveldb</artifactId>
-					<groupId>org.fusesource.fuse-extra</groupId>
-				</exclusion>
-				<exclusion>
-					<artifactId>mqtt-client</artifactId>
-					<groupId>org.fusesource.mqtt-client</groupId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-
-		<dependency>
-			<groupId>org.apache.activemq</groupId>
-			<artifactId>activemq-spring</artifactId>
-		</dependency>
-
-
-		<dependency>
-			<groupId>org.apache.activemq</groupId>
-			<artifactId>activemq-leveldb-store</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.activemq</groupId>
-			<artifactId>activemq-log4j-appender</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.activemq</groupId>
-			<artifactId>activemq-amqp</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.activemq</groupId>
-			<artifactId>activemq-partition</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.activemq</groupId>
-			<artifactId>activemq-runtime-config</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.activemq</groupId>
-			<artifactId>activemq-shiro</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.commons</groupId>
-			<artifactId>commons-pool2</artifactId>
-		</dependency>
-
-
-
-
-		<!-- dependency>
-			<groupId>org.apache.activemq</groupId>
-			<artifactId>activemq-optional</artifactId>
-			<exclusions> 
-			 <exclusion>  
-                 <groupId>axis</groupId>
-                 <artifactId>axis</artifactId>
-             </exclusion>
-            </exclusions> 
-		</dependency-->
-
-		<dependency>
-			<groupId>org.apache.activemq</groupId>
-			<artifactId>activemq-kahadb-store</artifactId>
-		</dependency>
-
-<dependency>
-  <groupId>org.fusesource.hawtbuf</groupId>
-  <artifactId>hawtbuf</artifactId>
-</dependency>
-
-
-
-		<dependency>
-			<groupId>org.apache.uima</groupId>
-			<artifactId>uimaj-as-core</artifactId>
-			<version>${project.version}</version>
-			<scope>compile</scope>
-		</dependency>
-
-		<dependency>
-			<groupId>org.apache.uima</groupId>
-			<artifactId>uimaj-as-jms</artifactId>
-			<version>${project.version}</version>
-			<scope>compile</scope>
-		</dependency>
-
-		<!-- testing dependencies -->
-		<dependency>
-			<exclusions>
-				<exclusion>
-					<groupId>org.apache.uima</groupId>
-					<artifactId>uimaj-cpe</artifactId>
-				</exclusion>
-			</exclusions>
-
-			<groupId>org.apache.uima</groupId>
-			<artifactId>uimaj-examples</artifactId>
-			<version>${uimajDependencyVersion}</version>
-			<scope>test</scope>
-		</dependency>
-
-		<dependency>
-			<groupId>org.apache.uima</groupId>
-			<artifactId>uimaj-test-util</artifactId>
-			<version>${uimajDependencyVersion}</version>
-			<scope>test</scope>
-		</dependency>
-
-		<!-- Spring Framework Dependencies -->
-		<dependency>
-			<groupId>org.springframework</groupId>
-			<artifactId>spring-core</artifactId>
-		</dependency>
-
-		<!-- dependency>
-			<groupId>org.springframework</groupId>
-			<artifactId>spring-web</artifactId>
-		</dependency-->
-
-		<dependency>
-			<groupId>org.springframework</groupId>
-			<artifactId>spring-aop</artifactId>
-		</dependency>
-
-		<dependency>
-			<groupId>org.springframework</groupId>
-			<artifactId>spring-beans</artifactId>
-		</dependency>
-
-		<dependency>
-			<groupId>org.springframework</groupId>
-			<artifactId>spring-context</artifactId>
-		</dependency>
-
-		<dependency>
-			<groupId>org.springframework</groupId>
-			<artifactId>spring-expression</artifactId>
-		</dependency>
-
-		<dependency>
-			<groupId>org.springframework</groupId>
-			<artifactId>spring-tx</artifactId>
-		</dependency>
-
-		<dependency>
-			<groupId>org.springframework</groupId>
-			<artifactId>spring-jms</artifactId>
-		</dependency>
-
-		<dependency>
-			<groupId>log4j</groupId>
-			<artifactId>log4j</artifactId>
-		</dependency>
-
-		<dependency>
-			<groupId>org.apache.geronimo.specs</groupId>
-			<artifactId>geronimo-jms_1.1_spec</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.geronimo.specs</groupId>
-			<artifactId>geronimo-j2ee-management_1.1_spec</artifactId>
-		</dependency>
-
-
-		<dependency>
-			<groupId>org.apache.geronimo.specs</groupId>
-			<artifactId>geronimo-servlet_3.0_spec</artifactId>
-		</dependency>
-
-		<!-- Jetty -->
-        <dependency>
-				<groupId>org.eclipse.jetty.aggregate</groupId>
-				<artifactId>jetty-all</artifactId>
-		</dependency>
-		
-        <dependency>
-               <groupId>org.apache.httpcomponents</groupId>
-               <artifactId>httpclient</artifactId>
-        </dependency>
-        
-               <dependency>
-               <groupId>org.apache.httpcomponents</groupId>
-               <artifactId>httpcore</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-        </dependency>
-	</dependencies>
-	<build>
-		<finalName>${project.artifactId}</finalName>
-		<plugins>
-			<!-- This plugin makes the tests run by - giving more memory to them, 
-				and - eliminating the very slow integration test -->
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-surefire-plugin</artifactId>
-				<configuration>
-					<argLine>-Xmx300M</argLine>
-					<includes>
-						<include>**/TestUimaASBasic.java</include>
-					</includes>
-				</configuration>
-			</plugin>
-		</plugins>
-		<pluginManagement>
-			<plugins>
-				<plugin>
-					<groupId>org.apache.rat</groupId>
-					<artifactId>apache-rat-plugin</artifactId>
-					<executions>
-						<execution>
-							<id>default-cli</id>
-							<configuration>
-								<excludes>
-									<exclude>release.properties</exclude> <!-- release generated artifact -->
-									<exclude>src/test/resources/data/DoubleByteText.txt</exclude> <!-- test data -->
-								</excludes>
-							</configuration>
-						</execution>
-					</executions>
-				</plugin>
-			</plugins>
-		</pluginManagement>
-	</build>
-
-	<profiles>
-		<profile>
-			<id>extended-test</id>
-			<build>
-				<plugins>
-					<plugin>
-						<groupId>org.apache.maven.plugins</groupId>
-						<!-- artifactId>maven-failsafe-plugin</artifactId>
-						<version>2.7.2</version-->
-						<artifactId>maven-surefire-plugin</artifactId>
-						<version>2.10</version>
-						<executions>
-							<execution>
-								<!-- >id>integration-test</id-->
-								<id>surefire-integration</id>
-								<goals>
-									<!-- goal>integration-test</goal-->
-									<goal>test</goal>
-								</goals>
-							</execution>
-							<!-- >execution>
-								<id>verify</id>
-								<goals>
-									<goal>verify</goal>
-								</goals>
-							</execution-->
-						</executions>
-						<configuration>
-						<runOrder>alphabetical</runOrder>
-							<argLine>-Xmx1024M -XX:MaxPermSize=128m  "-Dlog4j.configuration=${UIMA_HOME}/apache-activemq/conf/log4j.properties" "-Djava.util.logging.config.file=${UIMA_HOME}/config/Logger.properties"</argLine>
-							<encoding>UTF-8</encoding>
-							<includes>
-								<include>**/TestUimaASExtended.java</include>
-							</includes>
-							<forkMode>once</forkMode>
-							<properties>
-            <!-- property>
-                <name>listener</name>
-                <value>org.apache.uima.ee.test.utils.UimaASJunitTestFailFastListener</value>
-            </property-->
-        </properties>
-						</configuration>
-					</plugin>
-				</plugins>
-			</build>
-		</profile>
-	</profiles>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor 
+	license agreements. See the NOTICE file distributed with this work for additional 
+	information regarding copyright ownership. The ASF licenses this file to 
+	you under the Apache License, Version 2.0 (the "License"); you may not use 
+	this file except in compliance with the License. You may obtain a copy of 
+	the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required 
+	by applicable law or agreed to in writing, software distributed under the 
+	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
+	OF ANY KIND, either express or implied. See the License for the specific 
+	language governing permissions and limitations under the License. -->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+
+	<parent>
+		<groupId>org.apache.uima</groupId>
+		<artifactId>uima-as-parent</artifactId>
+		<version>2.10.2</version>
+		<relativePath>../uima-as-parent/pom.xml</relativePath>
+	</parent>
+
+	<artifactId>uimaj-as-activemq</artifactId>
+	<name>Apache UIMA-AS: ${project.artifactId}</name>
+	<description>UIMA-AS ActiveMQ incorporation</description>
+	<url>${uimaWebsiteUrl}</url>
+
+	<!-- Special inheritance note even though the <scm> element that follows 
+		is exactly the same as those in super poms, it cannot be inherited because 
+		there is some special code that computes the connection elements from the 
+		chain of parent poms, if this is omitted. Keeping this a bit factored allows 
+		cutting/pasting the <scm> element, and just changing the following two properties -->
+	<scm>
+		<connection>
+      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/tags/uima-as-2.10.2/uimaj-as-activemq
+    </connection>
+		<developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/tags/uima-as-2.10.2/uimaj-as-activemq
+    </developerConnection>
+		<url>
+      http://svn.apache.org/viewvc/uima/uima-as/tags/uima-as-2.10.2/uimaj-as-activemq
+    </url>
+	</scm>
+
+	<properties>
+		<uimaScmProject>${project.artifactId}</uimaScmProject>
+	</properties>
+
+	<dependencies>
+
+        <dependency>
+			<groupId>org.apache.uima</groupId>
+			<artifactId>uimaj-core</artifactId>
+			
+		</dependency>
+		
+		<!-- Active MQ Stuff -->
+		<dependency>
+			<groupId>org.apache.activemq</groupId>
+			<artifactId>activemq-client</artifactId>
+		</dependency>
+
+		<dependency>
+			<groupId>org.apache.activemq</groupId>
+			<artifactId>activemq-broker</artifactId>
+		</dependency>
+
+		<dependency>
+			<groupId>org.apache.activemq</groupId>
+			<artifactId>activemq-jaas</artifactId>
+		</dependency>
+
+		<dependency>
+			<groupId>org.apache.activemq</groupId>
+			<artifactId>activemq-console</artifactId>
+		</dependency>
+
+
+		<dependency>
+			<groupId>org.apache.activemq</groupId>
+			<artifactId>activemq-http</artifactId>
+		</dependency>
+
+		<dependency>
+			<groupId>org.apache.activemq</groupId>
+			<artifactId>activemq-web</artifactId>
+			<exclusions>
+				<exclusion>
+					<artifactId>fusemq-leveldb</artifactId>
+					<groupId>org.fusesource.fuse-extra</groupId>
+				</exclusion>
+				<exclusion>
+					<artifactId>mqtt-client</artifactId>
+					<groupId>org.fusesource.mqtt-client</groupId>
+				</exclusion>
+			</exclusions>
+		</dependency>
+
+		<dependency>
+			<groupId>org.apache.activemq</groupId>
+			<artifactId>activemq-spring</artifactId>
+		</dependency>
+
+
+		<dependency>
+			<groupId>org.apache.activemq</groupId>
+			<artifactId>activemq-leveldb-store</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.activemq</groupId>
+			<artifactId>activemq-log4j-appender</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.activemq</groupId>
+			<artifactId>activemq-amqp</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.activemq</groupId>
+			<artifactId>activemq-partition</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.activemq</groupId>
+			<artifactId>activemq-runtime-config</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.activemq</groupId>
+			<artifactId>activemq-shiro</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.commons</groupId>
+			<artifactId>commons-pool2</artifactId>
+		</dependency>
+
+
+
+
+		<!-- dependency>
+			<groupId>org.apache.activemq</groupId>
+			<artifactId>activemq-optional</artifactId>
+			<exclusions> 
+			 <exclusion>  
+                 <groupId>axis</groupId>
+                 <artifactId>axis</artifactId>
+             </exclusion>
+            </exclusions> 
+		</dependency-->
+
+		<dependency>
+			<groupId>org.apache.activemq</groupId>
+			<artifactId>activemq-kahadb-store</artifactId>
+		</dependency>
+
+<dependency>
+  <groupId>org.fusesource.hawtbuf</groupId>
+  <artifactId>hawtbuf</artifactId>
+</dependency>
+
+
+
+		<dependency>
+			<groupId>org.apache.uima</groupId>
+			<artifactId>uimaj-as-core</artifactId>
+			<version>${project.version}</version>
+			<scope>compile</scope>
+		</dependency>
+
+		<dependency>
+			<groupId>org.apache.uima</groupId>
+			<artifactId>uimaj-as-jms</artifactId>
+			<version>${project.version}</version>
+			<scope>compile</scope>
+		</dependency>
+
+		<!-- testing dependencies -->
+		<dependency>
+			<exclusions>
+				<exclusion>
+					<groupId>org.apache.uima</groupId>
+					<artifactId>uimaj-cpe</artifactId>
+				</exclusion>
+			</exclusions>
+
+			<groupId>org.apache.uima</groupId>
+			<artifactId>uimaj-examples</artifactId>
+			<version>${uimajDependencyVersion}</version>
+			<scope>test</scope>
+		</dependency>
+
+		<dependency>
+			<groupId>org.apache.uima</groupId>
+			<artifactId>uimaj-test-util</artifactId>
+			<version>${uimajDependencyVersion}</version>
+			<scope>test</scope>
+		</dependency>
+
+		<!-- Spring Framework Dependencies -->
+		<dependency>
+			<groupId>org.springframework</groupId>
+			<artifactId>spring-core</artifactId>
+		</dependency>
+
+		<!-- dependency>
+			<groupId>org.springframework</groupId>
+			<artifactId>spring-web</artifactId>
+		</dependency-->
+
+		<dependency>
+			<groupId>org.springframework</groupId>
+			<artifactId>spring-aop</artifactId>
+		</dependency>
+
+		<dependency>
+			<groupId>org.springframework</groupId>
+			<artifactId>spring-beans</artifactId>
+		</dependency>
+
+		<dependency>
+			<groupId>org.springframework</groupId>
+			<artifactId>spring-context</artifactId>
+		</dependency>
+
+		<dependency>
+			<groupId>org.springframework</groupId>
+			<artifactId>spring-expression</artifactId>
+		</dependency>
+
+		<dependency>
+			<groupId>org.springframework</groupId>
+			<artifactId>spring-tx</artifactId>
+		</dependency>
+
+		<dependency>
+			<groupId>org.springframework</groupId>
+			<artifactId>spring-jms</artifactId>
+		</dependency>
+
+		<dependency>
+			<groupId>log4j</groupId>
+			<artifactId>log4j</artifactId>
+		</dependency>
+
+		<dependency>
+			<groupId>org.apache.geronimo.specs</groupId>
+			<artifactId>geronimo-jms_1.1_spec</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.geronimo.specs</groupId>
+			<artifactId>geronimo-j2ee-management_1.1_spec</artifactId>
+		</dependency>
+
+
+		<dependency>
+			<groupId>org.apache.geronimo.specs</groupId>
+			<artifactId>geronimo-servlet_3.0_spec</artifactId>
+		</dependency>
+
+		<!-- Jetty -->
+        <dependency>
+				<groupId>org.eclipse.jetty.aggregate</groupId>
+				<artifactId>jetty-all</artifactId>
+		</dependency>
+		
+        <dependency>
+               <groupId>org.apache.httpcomponents</groupId>
+               <artifactId>httpclient</artifactId>
+        </dependency>
+        
+               <dependency>
+               <groupId>org.apache.httpcomponents</groupId>
+               <artifactId>httpcore</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+        </dependency>
+	</dependencies>
+	<build>
+		<finalName>${project.artifactId}</finalName>
+		<plugins>
+			<!-- This plugin makes the tests run by - giving more memory to them, 
+				and - eliminating the very slow integration test -->
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-surefire-plugin</artifactId>
+				<configuration>
+					<argLine>-Xmx300M</argLine>
+					<includes>
+						<include>**/TestUimaASBasic.java</include>
+					</includes>
+				</configuration>
+			</plugin>
+		</plugins>
+		<pluginManagement>
+			<plugins>
+				<plugin>
+					<groupId>org.apache.rat</groupId>
+					<artifactId>apache-rat-plugin</artifactId>
+					<executions>
+						<execution>
+							<id>default-cli</id>
+							<configuration>
+								<excludes>
+									<exclude>release.properties</exclude> <!-- release generated artifact -->
+									<exclude>src/test/resources/data/DoubleByteText.txt</exclude> <!-- test data -->
+								</excludes>
+							</configuration>
+						</execution>
+					</executions>
+				</plugin>
+			</plugins>
+		</pluginManagement>
+	</build>
+
+	<profiles>
+		<profile>
+			<id>extended-test</id>
+			<build>
+				<plugins>
+					<plugin>
+						<groupId>org.apache.maven.plugins</groupId>
+						<!-- artifactId>maven-failsafe-plugin</artifactId>
+						<version>2.7.2</version-->
+						<artifactId>maven-surefire-plugin</artifactId>
+						<version>2.10</version>
+						<executions>
+							<execution>
+								<!-- >id>integration-test</id-->
+								<id>surefire-integration</id>
+								<goals>
+									<!-- goal>integration-test</goal-->
+									<goal>test</goal>
+								</goals>
+							</execution>
+							<!-- >execution>
+								<id>verify</id>
+								<goals>
+									<goal>verify</goal>
+								</goals>
+							</execution-->
+						</executions>
+						<configuration>
+						<runOrder>alphabetical</runOrder>
+							<argLine>-Xmx1024M -XX:MaxPermSize=128m  "-Dlog4j.configuration=${UIMA_HOME}/apache-activemq/conf/log4j.properties" "-Djava.util.logging.config.file=${UIMA_HOME}/config/Logger.properties"</argLine>
+							<encoding>UTF-8</encoding>
+							<includes>
+								<include>**/TestUimaASExtended.java</include>
+							</includes>
+							<forkMode>once</forkMode>
+							<properties>
+            <!-- property>
+                <name>listener</name>
+                <value>org.apache.uima.ee.test.utils.UimaASJunitTestFailFastListener</value>
+            </property-->
+        </properties>
+						</configuration>
+					</plugin>
+				</plugins>
+			</build>
+		</profile>
+	</profiles>
+</project>

Modified: uima/uima-as/trunk/uimaj-as-camel/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-camel/pom.xml?rev=1815358&r1=1815357&r2=1815358&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-camel/pom.xml (original)
+++ uima/uima-as/trunk/uimaj-as-camel/pom.xml Wed Nov 15 19:15:54 2017
@@ -1,150 +1,150 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor 
-	license agreements. See the NOTICE file distributed with this work for additional 
-	information regarding copyright ownership. The ASF licenses this file to 
-	you under the Apache License, Version 2.0 (the "License"); you may not use 
-	this file except in compliance with the License. You may obtain a copy of 
-	the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required 
-	by applicable law or agreed to in writing, software distributed under the 
-	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
-	OF ANY KIND, either express or implied. See the License for the specific 
-	language governing permissions and limitations under the License. -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-
-	<parent>
-		<groupId>org.apache.uima</groupId>
-		<artifactId>uima-as-parent</artifactId>
-		<version>2.10.2-SNAPSHOT</version>
-		<relativePath>../uima-as-parent/pom.xml</relativePath>
-	</parent>
-
-	<artifactId>uimaj-as-camel</artifactId>
-	<packaging>jar</packaging>
-	<name>Apache UIMA-AS: ${project.artifactId}</name>
-	<description>Apache UIMA-AS Camel Driver</description>
-	<url>${uimaWebsiteUrl}</url>
-
-	<!-- Special inheritance note even though the <scm> element that follows 
-		is exactly the same as those in super poms, it cannot be inherited because 
-		there is some special code that computes the connection elements from the 
-		chain of parent poms, if this is omitted. Keeping this a bit factored allows 
-		cutting/pasting the <scm> element, and just changing the following two properties -->
-	<scm>
-		<connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/tags/uima-as-2.10.2/uimaj-as-camel
-    </connection>
-		<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/tags/uima-as-2.10.2/uimaj-as-camel
-    </developerConnection>
-		<url>
-      http://svn.apache.org/viewvc/uima/uima-as/tags/uima-as-2.10.2/uimaj-as-camel
-    </url>
-	</scm>
-
-	<properties>
-		<uimaScmProject>${project.artifactId}</uimaScmProject>
-	</properties>
-
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.camel</groupId>
-			<artifactId>camel-core</artifactId>
-			<version>${org.apache.camel.version}</version>
-			<scope>provided</scope>
-		</dependency>
-
-		<dependency>
-			<groupId>org.apache.uima</groupId>
-			<artifactId>uimaj-as-core</artifactId>
-			<version>${project.version}</version>
-			<scope>provided</scope>
-		</dependency>
-
-        <dependency>
-			<groupId>org.apache.uima</groupId>
-			<artifactId>uimaj-as-jms</artifactId>
-			<version>${project.version}</version>
-			<scope>provided</scope>
-		</dependency>
-		
-        <dependency>
-			<groupId>org.apache.activemq</groupId>
-			<artifactId>activemq-camel</artifactId>
-			<version>${org.apache.activemq.version}</version>
-			<scope>compile</scope>
-		</dependency>
-		
-		
-				<!-- Spring Framework Dependencies -->
-		<dependency>
-			<groupId>org.springframework</groupId>
-			<artifactId>spring-core</artifactId>
-		</dependency>
-
-		<!--dependency>
-			<groupId>org.springframework</groupId>
-			<artifactId>spring-asm</artifactId>
-		</dependency-->
-
-		<dependency>
-			<groupId>org.springframework</groupId>
-			<artifactId>spring-aop</artifactId>
-		</dependency>
-
-		<dependency>
-			<groupId>org.springframework</groupId>
-			<artifactId>spring-beans</artifactId>
-		</dependency>
-
-		<dependency>
-			<groupId>org.springframework</groupId>
-			<artifactId>spring-context</artifactId>
-		</dependency>
-
-		<dependency>
-			<groupId>org.springframework</groupId>
-			<artifactId>spring-expression</artifactId>
-		</dependency>
-
-		<dependency>
-			<groupId>org.springframework</groupId>
-			<artifactId>spring-tx</artifactId>
-		</dependency>
-
-		<dependency>
-			<groupId>org.springframework</groupId>
-			<artifactId>spring-jms</artifactId>
-		</dependency>
-		
-		<dependency>
-			<groupId>org.apache.uima</groupId>
-			<artifactId>uimaj-as-activemq</artifactId>
-			<version>${project.version}</version>
-			<scope>provided</scope>
-		</dependency>
-	</dependencies>
-
-	<build>
-
-		<finalName>org.apache.uima.camel_${parsedVersion.osgiVersion}</finalName>
-		<defaultGoal>install</defaultGoal>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.felix</groupId>
-				<artifactId>maven-bundle-plugin</artifactId>
-				<executions>
-					<execution>
-						<id>uima-bundle</id>
-						<configuration>
-							<instructions>
-								<Bundle-SymbolicName>org.apache.uima.camel</Bundle-SymbolicName>
-								<Private-Package>org.apache.uima.camel</Private-Package>
-							</instructions>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
-		</plugins>
-	</build>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor 
+	license agreements. See the NOTICE file distributed with this work for additional 
+	information regarding copyright ownership. The ASF licenses this file to 
+	you under the Apache License, Version 2.0 (the "License"); you may not use 
+	this file except in compliance with the License. You may obtain a copy of 
+	the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required 
+	by applicable law or agreed to in writing, software distributed under the 
+	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
+	OF ANY KIND, either express or implied. See the License for the specific 
+	language governing permissions and limitations under the License. -->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+
+	<parent>
+		<groupId>org.apache.uima</groupId>
+		<artifactId>uima-as-parent</artifactId>
+		<version>2.10.2</version>
+		<relativePath>../uima-as-parent/pom.xml</relativePath>
+	</parent>
+
+	<artifactId>uimaj-as-camel</artifactId>
+	<packaging>jar</packaging>
+	<name>Apache UIMA-AS: ${project.artifactId}</name>
+	<description>Apache UIMA-AS Camel Driver</description>
+	<url>${uimaWebsiteUrl}</url>
+
+	<!-- Special inheritance note even though the <scm> element that follows 
+		is exactly the same as those in super poms, it cannot be inherited because 
+		there is some special code that computes the connection elements from the 
+		chain of parent poms, if this is omitted. Keeping this a bit factored allows 
+		cutting/pasting the <scm> element, and just changing the following two properties -->
+	<scm>
+		<connection>
+      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/tags/uima-as-2.10.2/uimaj-as-camel
+    </connection>
+		<developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/tags/uima-as-2.10.2/uimaj-as-camel
+    </developerConnection>
+		<url>
+      http://svn.apache.org/viewvc/uima/uima-as/tags/uima-as-2.10.2/uimaj-as-camel
+    </url>
+	</scm>
+
+	<properties>
+		<uimaScmProject>${project.artifactId}</uimaScmProject>
+	</properties>
+
+	<dependencies>
+		<dependency>
+			<groupId>org.apache.camel</groupId>
+			<artifactId>camel-core</artifactId>
+			<version>${org.apache.camel.version}</version>
+			<scope>provided</scope>
+		</dependency>
+
+		<dependency>
+			<groupId>org.apache.uima</groupId>
+			<artifactId>uimaj-as-core</artifactId>
+			<version>${project.version}</version>
+			<scope>provided</scope>
+		</dependency>
+
+        <dependency>
+			<groupId>org.apache.uima</groupId>
+			<artifactId>uimaj-as-jms</artifactId>
+			<version>${project.version}</version>
+			<scope>provided</scope>
+		</dependency>
+		
+        <dependency>
+			<groupId>org.apache.activemq</groupId>
+			<artifactId>activemq-camel</artifactId>
+			<version>${org.apache.activemq.version}</version>
+			<scope>compile</scope>
+		</dependency>
+		
+		
+				<!-- Spring Framework Dependencies -->
+		<dependency>
+			<groupId>org.springframework</groupId>
+			<artifactId>spring-core</artifactId>
+		</dependency>
+
+		<!--dependency>
+			<groupId>org.springframework</groupId>
+			<artifactId>spring-asm</artifactId>
+		</dependency-->
+
+		<dependency>
+			<groupId>org.springframework</groupId>
+			<artifactId>spring-aop</artifactId>
+		</dependency>
+
+		<dependency>
+			<groupId>org.springframework</groupId>
+			<artifactId>spring-beans</artifactId>
+		</dependency>
+
+		<dependency>
+			<groupId>org.springframework</groupId>
+			<artifactId>spring-context</artifactId>
+		</dependency>
+
+		<dependency>
+			<groupId>org.springframework</groupId>
+			<artifactId>spring-expression</artifactId>
+		</dependency>
+
+		<dependency>
+			<groupId>org.springframework</groupId>
+			<artifactId>spring-tx</artifactId>
+		</dependency>
+
+		<dependency>
+			<groupId>org.springframework</groupId>
+			<artifactId>spring-jms</artifactId>
+		</dependency>
+		
+		<dependency>
+			<groupId>org.apache.uima</groupId>
+			<artifactId>uimaj-as-activemq</artifactId>
+			<version>${project.version}</version>
+			<scope>provided</scope>
+		</dependency>
+	</dependencies>
+
+	<build>
+
+		<finalName>org.apache.uima.camel_${parsedVersion.osgiVersion}</finalName>
+		<defaultGoal>install</defaultGoal>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.felix</groupId>
+				<artifactId>maven-bundle-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>uima-bundle</id>
+						<configuration>
+							<instructions>
+								<Bundle-SymbolicName>org.apache.uima.camel</Bundle-SymbolicName>
+								<Private-Package>org.apache.uima.camel</Private-Package>
+							</instructions>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
+</project>

Modified: uima/uima-as/trunk/uimaj-as-core/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-core/pom.xml?rev=1815358&r1=1815357&r2=1815358&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-core/pom.xml (original)
+++ uima/uima-as/trunk/uimaj-as-core/pom.xml Wed Nov 15 19:15:54 2017
@@ -1,191 +1,191 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor 
-	license agreements. See the NOTICE file distributed with this work for additional 
-	information regarding copyright ownership. The ASF licenses this file to 
-	you under the Apache License, Version 2.0 (the "License"); you may not use 
-	this file except in compliance with the License. You may obtain a copy of 
-	the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required 
-	by applicable law or agreed to in writing, software distributed under the 
-	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
-	OF ANY KIND, either express or implied. See the License for the specific 
-	language governing permissions and limitations under the License. -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-
-	<parent>
-		<groupId>org.apache.uima</groupId>
-		<artifactId>uima-as-parent</artifactId>
-		<version>2.10.2-SNAPSHOT</version>
-		<relativePath>../uima-as-parent/pom.xml</relativePath>
-	</parent>
-
-	<artifactId>uimaj-as-core</artifactId>
-	<name>Apache UIMA-AS: ${project.artifactId}</name>
-	<url>${uimaWebsiteUrl}</url>
-
-	<!-- Special inheritance note even though the <scm> element that follows 
-		is exactly the same as those in super poms, it cannot be inherited because 
-		there is some special code that computes the connection elements from the 
-		chain of parent poms, if this is omitted. Keeping this a bit factored allows 
-		cutting/pasting the <scm> element, and just changing the following two properties -->
-	<scm>
-		<connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/tags/uima-as-2.10.2/uimaj-as-core
-    </connection>
-		<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/tags/uima-as-2.10.2/uimaj-as-core
-    </developerConnection>
-		<url>
-      http://svn.apache.org/viewvc/uima/uima-as/tags/uima-as-2.10.2/uimaj-as-core
-    </url>
-	</scm>
-
-	<properties>
-		<uimaScmProject>${project.artifactId}</uimaScmProject>
-
-	</properties>
-
-	<dependencies>
-	
-	    <dependency>
-			<groupId>org.apache.uima</groupId>
-			<artifactId>uimaj-core</artifactId>
-			<scope>compile</scope>
-		</dependency>
-		
-		<dependency>
-			<groupId>org.apache.commons</groupId>
-			<artifactId>commons-pool2</artifactId>
-			<scope>compile</scope>
-		</dependency>
-
-
-		<dependency>
-			<groupId>com.thoughtworks.xstream</groupId>
-			<artifactId>xstream</artifactId>
-			<type>jar</type>
-			<scope>compile</scope>
-		</dependency>
-
-		<dependency>
-			<groupId>org.apache.xmlbeans</groupId>
-			<artifactId>xmlbeans</artifactId>
-			<scope>compile</scope>
-		</dependency>
-
-		<!-- Spring Framework Dependencies -->
-		<dependency>
-			<groupId>org.springframework</groupId>
-			<artifactId>spring-core</artifactId>
-		</dependency>
-
-		<!-- dependency>
-			<groupId>org.springframework</groupId>
-			<artifactId>spring-web</artifactId>
-		</dependency-->
-
-		<dependency>
-			<groupId>org.springframework</groupId>
-			<artifactId>spring-aop</artifactId>
-		</dependency>
-
-		<dependency>
-			<groupId>org.springframework</groupId>
-			<artifactId>spring-beans</artifactId>
-		</dependency>
-
-		<dependency>
-			<groupId>org.springframework</groupId>
-			<artifactId>spring-context</artifactId>
-		</dependency>
-
-		<dependency>
-			<groupId>org.springframework</groupId>
-			<artifactId>spring-expression</artifactId>
-		</dependency>
-
-		<dependency>
-			<groupId>org.springframework</groupId>
-			<artifactId>spring-tx</artifactId>
-		</dependency>
-
-		<dependency>
-			<groupId>org.springframework</groupId>
-			<artifactId>spring-jms</artifactId>
-		</dependency>
-		
-	</dependencies>
-	<build>
-		<finalName>${project.artifactId}</finalName>
-
-		<plugins>
-
-			<!-- filter the template for the version java code to insert the version 
-				from properties -->
-			<plugin>
-				<artifactId>maven-resources-plugin</artifactId>
-				<executions>
-					<execution>
-						<id>setVersions</id>
-						<goals>
-							<goal>copy-resources</goal>
-						</goals>
-						<phase>generate-sources</phase>
-						<configuration>
-							<outputDirectory>${project.build.directory}/generated-sources/releaseVersion</outputDirectory>
-							<resources>
-								<resource>
-									<filtering>true</filtering>
-									<directory>src/main/versionJava</directory>
-								</resource>
-							</resources>
-							<delimiters>
-								<delimiter>${*}</delimiter>
-							</delimiters>
-							<useDefaultDelimiters>false</useDefaultDelimiters>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
-
-			<!-- add the generated sources to the compile sources -->
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>build-helper-maven-plugin</artifactId>
-				<executions>
-					<execution>
-						<id>parse-version</id>
-						<phase>validate</phase>
-						
-						<!-- >phase>generate-sources</phase -->
-						<goals>
-						  <goal>add-source</goal>
-						</goals>
-						<configuration>
-							<sources>
-								<source>${project.build.directory}/generated-sources/releaseVersion</source>
-							</sources>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
-
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>xmlbeans-maven-plugin</artifactId>
-				<version>2.3.3</version>
-				<executions>
-					<execution>
-					    <id>gen-beans-id</id>
-						<phase>generate-sources</phase>
-						<goals>
-							<goal>xmlbeans</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-
-
-		</plugins>
-	</build>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor 
+	license agreements. See the NOTICE file distributed with this work for additional 
+	information regarding copyright ownership. The ASF licenses this file to 
+	you under the Apache License, Version 2.0 (the "License"); you may not use 
+	this file except in compliance with the License. You may obtain a copy of 
+	the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required 
+	by applicable law or agreed to in writing, software distributed under the 
+	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
+	OF ANY KIND, either express or implied. See the License for the specific 
+	language governing permissions and limitations under the License. -->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+
+	<parent>
+		<groupId>org.apache.uima</groupId>
+		<artifactId>uima-as-parent</artifactId>
+		<version>2.10.2</version>
+		<relativePath>../uima-as-parent/pom.xml</relativePath>
+	</parent>
+
+	<artifactId>uimaj-as-core</artifactId>
+	<name>Apache UIMA-AS: ${project.artifactId}</name>
+	<url>${uimaWebsiteUrl}</url>
+
+	<!-- Special inheritance note even though the <scm> element that follows 
+		is exactly the same as those in super poms, it cannot be inherited because 
+		there is some special code that computes the connection elements from the 
+		chain of parent poms, if this is omitted. Keeping this a bit factored allows 
+		cutting/pasting the <scm> element, and just changing the following two properties -->
+	<scm>
+		<connection>
+      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/tags/uima-as-2.10.2/uimaj-as-core
+    </connection>
+		<developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/tags/uima-as-2.10.2/uimaj-as-core
+    </developerConnection>
+		<url>
+      http://svn.apache.org/viewvc/uima/uima-as/tags/uima-as-2.10.2/uimaj-as-core
+    </url>
+	</scm>
+
+	<properties>
+		<uimaScmProject>${project.artifactId}</uimaScmProject>
+
+	</properties>
+
+	<dependencies>
+	
+	    <dependency>
+			<groupId>org.apache.uima</groupId>
+			<artifactId>uimaj-core</artifactId>
+			<scope>compile</scope>
+		</dependency>
+		
+		<dependency>
+			<groupId>org.apache.commons</groupId>
+			<artifactId>commons-pool2</artifactId>
+			<scope>compile</scope>
+		</dependency>
+
+
+		<dependency>
+			<groupId>com.thoughtworks.xstream</groupId>
+			<artifactId>xstream</artifactId>
+			<type>jar</type>
+			<scope>compile</scope>
+		</dependency>
+
+		<dependency>
+			<groupId>org.apache.xmlbeans</groupId>
+			<artifactId>xmlbeans</artifactId>
+			<scope>compile</scope>
+		</dependency>
+
+		<!-- Spring Framework Dependencies -->
+		<dependency>
+			<groupId>org.springframework</groupId>
+			<artifactId>spring-core</artifactId>
+		</dependency>
+
+		<!-- dependency>
+			<groupId>org.springframework</groupId>
+			<artifactId>spring-web</artifactId>
+		</dependency-->
+
+		<dependency>
+			<groupId>org.springframework</groupId>
+			<artifactId>spring-aop</artifactId>
+		</dependency>
+
+		<dependency>
+			<groupId>org.springframework</groupId>
+			<artifactId>spring-beans</artifactId>
+		</dependency>
+
+		<dependency>
+			<groupId>org.springframework</groupId>
+			<artifactId>spring-context</artifactId>
+		</dependency>
+
+		<dependency>
+			<groupId>org.springframework</groupId>
+			<artifactId>spring-expression</artifactId>
+		</dependency>
+
+		<dependency>
+			<groupId>org.springframework</groupId>
+			<artifactId>spring-tx</artifactId>
+		</dependency>
+
+		<dependency>
+			<groupId>org.springframework</groupId>
+			<artifactId>spring-jms</artifactId>
+		</dependency>
+		
+	</dependencies>
+	<build>
+		<finalName>${project.artifactId}</finalName>
+
+		<plugins>
+
+			<!-- filter the template for the version java code to insert the version 
+				from properties -->
+			<plugin>
+				<artifactId>maven-resources-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>setVersions</id>
+						<goals>
+							<goal>copy-resources</goal>
+						</goals>
+						<phase>generate-sources</phase>
+						<configuration>
+							<outputDirectory>${project.build.directory}/generated-sources/releaseVersion</outputDirectory>
+							<resources>
+								<resource>
+									<filtering>true</filtering>
+									<directory>src/main/versionJava</directory>
+								</resource>
+							</resources>
+							<delimiters>
+								<delimiter>${*}</delimiter>
+							</delimiters>
+							<useDefaultDelimiters>false</useDefaultDelimiters>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+
+			<!-- add the generated sources to the compile sources -->
+			<plugin>
+				<groupId>org.codehaus.mojo</groupId>
+				<artifactId>build-helper-maven-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>parse-version</id>
+						<phase>validate</phase>
+						
+						<!-- >phase>generate-sources</phase -->
+						<goals>
+						  <goal>add-source</goal>
+						</goals>
+						<configuration>
+							<sources>
+								<source>${project.build.directory}/generated-sources/releaseVersion</source>
+							</sources>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+
+			<plugin>
+				<groupId>org.codehaus.mojo</groupId>
+				<artifactId>xmlbeans-maven-plugin</artifactId>
+				<version>2.3.3</version>
+				<executions>
+					<execution>
+					    <id>gen-beans-id</id>
+						<phase>generate-sources</phase>
+						<goals>
+							<goal>xmlbeans</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+
+
+		</plugins>
+	</build>
+</project>