You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2016/09/06 20:45:44 UTC

svn commit: r1759505 - /uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-runtime/pom.xml

Author: schor
Date: Tue Sep  6 20:45:43 2016
New Revision: 1759505

URL: http://svn.apache.org/viewvc?rev=1759505&view=rev
Log:
[UIMA-4674] new package org.apache.uima.cas.function needs to be in OSGi export list

Modified:
    uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-runtime/pom.xml

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-runtime/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-runtime/pom.xml?rev=1759505&r1=1759504&r2=1759505&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-runtime/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-runtime/pom.xml Tue Sep  6 20:45:43 2016
@@ -147,6 +147,7 @@
                    org.apache.uima.analysis_engine.service.impl,
                    org.apache.uima.cas,
                    org.apache.uima.cas.admin,
+                   org.apache.uima.cas.function,
                    org.apache.uima.cas.impl,
                    org.apache.uima.cas.text,
                    org.apache.uima.cas_data,