This is an automated email from the ASF dual-hosted git repository. mpercy pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/flume.git
commit 9e0bc5bf4865673e6989ba887d27f468991c1e27 Author: Michael Percy <[email protected]> AuthorDate: Sat Nov 23 20:47:38 2019 -0800 maven: Add WSO2 repo for ua_parser:ua-parser dep For reasons I don't fully understand, the ua_parser:ua-parser dependency required by morphlines is no longer resolvable without specifically adding the WSO2 repository to the pom. Since Kite is no longer actively maintained, we'll just add it here in the morphlines sink. --- flume-ng-sinks/flume-ng-morphline-solr-sink/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/flume-ng-sinks/flume-ng-morphline-solr-sink/pom.xml b/flume-ng-sinks/flume-ng-morphline-solr-sink/pom.xml index 6eccf4b..10347df 100644 --- a/flume-ng-sinks/flume-ng-morphline-solr-sink/pom.xml +++ b/flume-ng-sinks/flume-ng-morphline-solr-sink/pom.xml @@ -24,6 +24,14 @@ limitations under the License. <version>1.10.0-SNAPSHOT</version> </parent> + <repositories> + <!-- Needed for the ua_parser:ua-parser dependency in Kite. --> + <repository> + <id>wso2</id> + <url>http://dist.wso2.org/maven2/</url> + </repository> + </repositories> + <groupId>org.apache.flume.flume-ng-sinks</groupId> <artifactId>flume-ng-morphline-solr-sink</artifactId> <name>Flume NG Morphline Solr Sink</name>
