You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/01/03 16:19:00 UTC

[jira] [Commented] (STREAMS-567) failing IT in streams-plugin-pojo

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

ASF GitHub Bot commented on STREAMS-567:
----------------------------------------

steveblackmon closed pull request #414: STREAMS-567
URL: https://github.com/apache/streams/pull/414
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/streams-plugins/streams-plugin-pojo/src/test/resources/streams-plugin-pojo/pom.xml b/streams-plugins/streams-plugin-pojo/src/test/resources/streams-plugin-pojo/pom.xml
index 7b0124242..337168d59 100644
--- a/streams-plugins/streams-plugin-pojo/src/test/resources/streams-plugin-pojo/pom.xml
+++ b/streams-plugins/streams-plugin-pojo/src/test/resources/streams-plugin-pojo/pom.xml
@@ -30,6 +30,7 @@
 
     <properties>
         <jackson.version>2.6.1</jackson.version>
+        <juneau.version>7.0.1</juneau.version>
         <commons-lang3.version>3.4</commons-lang3.version>
     </properties>
 
@@ -122,6 +123,11 @@
             <artifactId>jackson-datatype-joda</artifactId>
             <version>${jackson.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.juneau</groupId>
+            <artifactId>juneau-marshall</artifactId>
+            <version>${juneau.version}</version>
+        </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-lang3</artifactId>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> failing IT in streams-plugin-pojo
> ---------------------------------
>
>                 Key: STREAMS-567
>                 URL: https://issues.apache.org/jira/browse/STREAMS-567
>             Project: Streams
>          Issue Type: Bug
>            Reporter: Steve Blackmon
>            Assignee: Steve Blackmon
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> I found a failing IT in streams-plugin-pojo - juneau annotations are added to generated classes but the integration test for the process does not have access to juneau dependencies.



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