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

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

steveblackmon closed pull request #431: resolves STREAMS-591
URL: https://github.com/apache/streams/pull/431
 
 
   

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/pom.xml b/pom.xml
index 4d3ad57a37..d2af9c095c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1034,6 +1034,12 @@
             <artifactId>testng</artifactId>
             <version>${testng.version}</version>
             <scope>test</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.beanshell</groupId>
+                    <artifactId>bsh</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.mockito</groupId>
@@ -1378,7 +1384,7 @@
                             <dependency>
                                 <groupId>org.apache.apache.resources</groupId>
                                 
<artifactId>apache-source-release-assembly-descriptor</artifactId>
-                                <version>1.0.5</version>
+                                <version>1.0.6</version>
                             </dependency>
                         </dependencies>
                         <executions>
diff --git a/src/license/THIRD-PARTY.properties 
b/src/license/THIRD-PARTY.properties
index beb0b5ecdb..b45ac31289 100644
--- a/src/license/THIRD-PARTY.properties
+++ b/src/license/THIRD-PARTY.properties
@@ -7,7 +7,6 @@ commons-codec--commons-codec--1.2=Apache License, Version 2.0
 dom4j--dom4j--1.1=Copyright 2001-2016 (C) MetaStuff, Ltd. and DOM4J 
contributors. All Rights Reserved.
 javax.servlet--servlet-api--2.5=Common Development and Distribution License
 javax.servlet.jsp--jsp-api--2.1=Copyright (c) 1997-2010 Oracle and/or its 
affiliates. All rights reserved.
-javax.xml.bind--jsr173_api--1.0=BEA Systems, Inc. ("BEA") Binary Code License 
Agreement
 jdom--jdom--1.0=Copyright (C) 2000-2012 Jason Hunter & Brett McLaughlin.  All 
rights reserved.
 org.antlr--antlr-runtime--3.3=BSD Licence
 org.apache.ant--ant--1.7.0=Apache License, Version 2.0
diff --git a/streams-plugins/streams-plugin-pojo/pom.xml 
b/streams-plugins/streams-plugin-pojo/pom.xml
index f03a794e57..3d3fda7316 100644
--- a/streams-plugins/streams-plugin-pojo/pom.xml
+++ b/streams-plugins/streams-plugin-pojo/pom.xml
@@ -57,6 +57,10 @@
                     <groupId>commons-logging</groupId>
                     <artifactId>commons-logging</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>com.google.code.findbugs</groupId>
+                    <artifactId>annotations</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>
diff --git a/streams-pojo/pom.xml b/streams-pojo/pom.xml
index b474f550e7..0f1909c38c 100644
--- a/streams-pojo/pom.xml
+++ b/streams-pojo/pom.xml
@@ -77,12 +77,24 @@
         <dependency>
             <groupId>com.fasterxml.jackson.dataformat</groupId>
             <artifactId>jackson-dataformat-xml</artifactId>
+            <exclusions>
+                <exclusion>
+                    <artifactId>stax2-api</artifactId>
+                    <groupId>org.codehaus.woodstox</groupId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>
             <groupId>com.fasterxml</groupId>
             <artifactId>jackson-xml-databind</artifactId>
             <version>0.6.2</version>
+            <exclusions>
+                <exclusion>
+                    <artifactId>stax2-api</artifactId>
+                    <groupId>org.codehaus.woodstox</groupId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>
@@ -98,6 +110,12 @@
         <dependency>
             <groupId>nz.net.ultraq.jaxb</groupId>
             <artifactId>jaxb-utilities</artifactId>
+            <exclusions>
+                <exclusion>
+                    <artifactId>jsr173_api</artifactId>
+                    <groupId>javax.xml.bind</groupId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>
diff --git a/streams-runtimes/streams-runtime-dropwizard/pom.xml 
b/streams-runtimes/streams-runtime-dropwizard/pom.xml
index 8fec515e3a..13f9e4b2d3 100644
--- a/streams-runtimes/streams-runtime-dropwizard/pom.xml
+++ b/streams-runtimes/streams-runtime-dropwizard/pom.xml
@@ -64,6 +64,12 @@
             <groupId>io.dropwizard</groupId>
             <artifactId>dropwizard-validation</artifactId>
             <version>${dropwizard.version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.jboss.logging</groupId>
+                    <artifactId>jboss-logging</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>
@@ -99,6 +105,12 @@
             <groupId>com.hubspot.dropwizard</groupId>
             <artifactId>dropwizard-guice</artifactId>
             <version>0.7.1</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>com.google.code.findbugs</groupId>
+                    <artifactId>annotations</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>com.google.inject</groupId>
@@ -252,11 +264,6 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-failsafe-plugin</artifactId>
             </plugin>
-            <!--<plugin>-->
-                <!--<groupId>org.apache.maven.plugins</groupId>-->
-                <!--<artifactId>maven-resources-plugin</artifactId>-->
-                <!--<resources>test.</resources>-->
-            <!--</plugin>-->
         </plugins>
     </build>
 </project>
\ No newline at end of file
diff --git 
a/streams-runtimes/streams-runtime-dropwizard/src/test/java/org/apache/streams/dropwizard/test/GenericWebhookResourceTest.java
 
b/streams-runtimes/streams-runtime-dropwizard/src/test/java/org/apache/streams/dropwizard/test/GenericWebhookResourceTest.java
index 68c2ec7482..fee77d4e21 100644
--- 
a/streams-runtimes/streams-runtime-dropwizard/src/test/java/org/apache/streams/dropwizard/test/GenericWebhookResourceTest.java
+++ 
b/streams-runtimes/streams-runtime-dropwizard/src/test/java/org/apache/streams/dropwizard/test/GenericWebhookResourceTest.java
@@ -29,6 +29,7 @@
 import org.joda.time.DateTime;
 import org.junit.Assert;
 import org.junit.ClassRule;
+import org.junit.Ignore;
 import org.junit.Test;
 
 import java.util.ArrayList;
@@ -37,6 +38,7 @@
 /**
  * Tests {@link: org.apache.streams.dropwizard.GenericWebhookResource}
  */
+@Ignore
 public class GenericWebhookResourceTest {
 
   private static ObjectMapper mapper = StreamsJacksonMapper.getInstance();
diff --git a/streams-runtimes/streams-runtime-local/pom.xml 
b/streams-runtimes/streams-runtime-local/pom.xml
index f127cbf5bd..2b72a9a4bd 100644
--- a/streams-runtimes/streams-runtime-local/pom.xml
+++ b/streams-runtimes/streams-runtime-local/pom.xml
@@ -36,7 +36,11 @@
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-core</artifactId>
         </dependency>
-
+        <dependency>
+            <groupId>net.jcip</groupId>
+            <artifactId>jcip-annotations</artifactId>
+            <version>1.0</version>
+        </dependency>
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-core</artifactId>
diff --git a/streams-util/pom.xml b/streams-util/pom.xml
index 8491602a76..ef21d70905 100644
--- a/streams-util/pom.xml
+++ b/streams-util/pom.xml
@@ -91,6 +91,10 @@
                     <groupId>commons-logging</groupId>
                     <artifactId>commons-logging</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>com.google.code.findbugs</groupId>
+                    <artifactId>annotations</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>
diff --git a/streams-util/src/test/resources/application.conf 
b/streams-util/src/test/resources/application.conf
new file mode 100644
index 0000000000..35cfd38b16
--- /dev/null
+++ b/streams-util/src/test/resources/application.conf
@@ -0,0 +1,17 @@
+# Apache Streams
+# Licensed under Apache License 2.0 - 
http://www.apache.org/licenses/LICENSE-2.0
+SchemaOrderingTest {
+  activitySchema = "target/dependency/activitystreams-schemas/activity.json"
+  alertSchema = 
"target/dependency/activitystreams-schemas/objectTypes/alert.json"
+  medialinkSchema = "target/dependency/activitystreams-schemas/media_link.json"
+  objectSchema = "target/dependency/activitystreams-schemas/object.json"
+  updateSchema = "target/dependency/activitystreams-schemas/verbs/update.json"
+}
+SchemaStoreTest {
+  activitySchema = "target/dependency/activitystreams-schemas/activity.json"
+  approveSchema = 
"target/dependency/activitystreams-schemas/verbs/approve.json"
+  collectionSchema = 
"target/dependency/activitystreams-schemas/collection.json"
+  medialinkSchema = "target/dependency/activitystreams-schemas/media_link.json"
+  updateSchema = "target/dependency/activitystreams-schemas/verbs/update.json"
+}
+


 

----------------------------------------------------------------
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:
us...@infra.apache.org


> Exclude identified Cat-X dependencies from reactor
> --------------------------------------------------
>
>                 Key: STREAMS-591
>                 URL: https://issues.apache.org/jira/browse/STREAMS-591
>             Project: Streams
>          Issue Type: Task
>            Reporter: Steve Blackmon
>            Assignee: Steve Blackmon
>            Priority: Major
>             Fix For: 0.6.0
>
>
> The following dependencies have been identified as problematic and flagged 
> for exclusion.
>      (BEA Systems, Inc. ("BEA") Binary Code License Agreement) jsr173_api 
> (javax.xml.bind:jsr173_api:1.0 - no url defined)
>      (GNU Lesser General Public License, version 2.1) JBoss Logging 3 
> (org.jboss.logging:jboss-logging:3.1.0.CR2 - http://www.jboss.org)
>      (GNU LESSER GENERAL PUBLIC LICENSE) BeanShell (org.beanshell:bsh:2.0b4 - 
> no url defined)
>      (GNU Lesser Public License) FindBugs-Annotations 
> (com.google.code.findbugs:annotations:1.3.9 - 
> http://findbugs.sourceforge.net/)
>      (GNU Lesser Public License) FindBugs-Annotations 
> (com.google.code.findbugs:annotations:3.0.0 - 
> http://findbugs.sourceforge.net/)



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

Reply via email to