NIFI-2991 removed usage of json lib and components still using it

Signed-off-by: jpercivall <JPercivall@apache.org>
This commit is contained in:
joewitt 2016-11-15 15:48:36 -05:00 committed by jpercivall
parent 721964b7d8
commit 1c9077334f
4 changed files with 17 additions and 10 deletions

View File

@ -243,11 +243,13 @@ language governing permissions and limitations under the License. -->
<artifactId>nifi-solr-nar</artifactId>
<type>nar</type>
</dependency>
<!-- Will restore this when the social media nar no longer has a dependency on cat-x twitter4J version
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-social-media-nar</artifactId>
<type>nar</type>
</dependency>
-->
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hl7-nar</artifactId>

View File

@ -78,11 +78,6 @@
<artifactId>flume-scribe-source</artifactId>
<version>${flume.version}</version>
</dependency>
<dependency>
<groupId>org.apache.flume.flume-ng-sources</groupId>
<artifactId>flume-twitter-source</artifactId>
<version>${flume.version}</version>
</dependency>
<!-- Flume Sinks -->
<dependency>

View File

@ -36,5 +36,15 @@
<version>1.1.0-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>

View File

@ -169,10 +169,10 @@ language governing permissions and limitations under the License. -->
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-dbcp-service-api</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
</dependency>
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>okhttp</artifactId>