You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Jose Fernandez (JIRA)" <ji...@apache.org> on 2019/01/16 16:45:00 UTC

[jira] [Created] (BEAM-6450) ExpectedLogs with Maven

Jose Fernandez created BEAM-6450:
------------------------------------

             Summary: ExpectedLogs with Maven
                 Key: BEAM-6450
                 URL: https://issues.apache.org/jira/browse/BEAM-6450
             Project: Beam
          Issue Type: Test
          Components: testing
            Reporter: Jose Fernandez
            Assignee: Jason Kuster


 Hi!

I'm using apache beam with Maven and in the pom.xml the dependency is

{color:#e8bf6a}<dependency>
{color}{color:#e8bf6a} <groupId>{color}org.apache.beam{color:#e8bf6a}</groupId>
{color}{color:#e8bf6a} <artifactId>{color}beam-sdks-java-core{color:#e8bf6a}</artifactId>
{color}{color:#e8bf6a} <version>{color}${beam.version}{color:#e8bf6a}</version>
{color}{color:#e8bf6a}</dependency>{color}

 I can use

{color:#cc7832}import {color}org.apache.beam.sdk.testing.PAssert{color:#cc7832};{color}

 but i can not use 

import org.apache.beam.sdk.testing.ExpectedLogs;



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)