You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "Michael Miklavcic (JIRA)" <ji...@apache.org> on 2017/08/17 20:14:00 UTC

[jira] [Commented] (METRON-1116) Documentation - creating custom Stellar function examples broken

    [ https://issues.apache.org/jira/browse/METRON-1116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16131221#comment-16131221 ] 

Michael Miklavcic commented on METRON-1116:
-------------------------------------------

The Maven pom and corresponding dependencies are out of date
{code:xml}
<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/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  
  <groupId>com.mycompany.stellar</groupId>
  <artifactId>tempus</artifactId>
  <version>1.0-SNAPSHOT</version>
  <packaging>jar</packaging>
  
  <name>Stellar Time Functions</name>
  <url>http://mycompany.com</url>
  
  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  </properties>
  
  <dependencies>
    <dependency>
      <groupId>org.apache.metron</groupId>
      <artifactId>metron-common</artifactId>
      <version>0.4.1</version>
      <!-- NOTE: We will want to depend on the deployed common on the classpath. -->
      <scope>provided</scope>
    </dependency>
    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>3.8.1</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
{code}

> Documentation - creating custom Stellar function examples broken
> ----------------------------------------------------------------
>
>                 Key: METRON-1116
>                 URL: https://issues.apache.org/jira/browse/METRON-1116
>             Project: Metron
>          Issue Type: Bug
>            Reporter: Michael Miklavcic
>
> https://github.com/apache/metron/blob/a8f35363ffdd1e20bc7a64b7107d270f9667be3b/metron-stellar/stellar-common/3rdPartyStellar.md



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)