Skip to content

Commit

Permalink
archetype to use flux-core 1.2.1, fixes #559
Browse files Browse the repository at this point in the history
  • Loading branch information
jnioche committed Apr 9, 2018
1 parent e21aca9 commit a83360b
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions archetype/src/main/resources/archetype-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@
<transformer
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>org.apache.storm.flux.Flux</mainClass>
<manifestEntries>
<Change></Change>
<Build-Date></Build-Date>
</manifestEntries>
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>org.apache.storm.flux.Flux</mainClass>
<manifestEntries>
<Change></Change>
<Build-Date></Build-Date>
</manifestEntries>
</transformer>
</transformers>
<!-- The filters below are necessary if you want to include the Tika
<!-- The filters below are necessary if you want to include the Tika
module -->
<filters>
<filter>
Expand All @@ -75,6 +75,15 @@
<exclude>META-INF/*.RSA</exclude>
</excludes>
</filter>
<filter>
<!-- https://issues.apache.org/jira/browse/STORM-2428 -->
<artifact>org.apache.storm:flux-core</artifact>
<excludes>
<exclude>org/apache/commons/**</exclude>
<exclude>org/apache/http/**</exclude>
<exclude>org/yaml/**</exclude>
</excludes>
</filter>
</filters>
</configuration>
</execution>
Expand All @@ -93,7 +102,7 @@
<dependency>
<groupId>org.apache.storm</groupId>
<artifactId>flux-core</artifactId>
<version>1.0.2</version>
<version>1.2.1</version>
</dependency>
<dependency>
<groupId>com.digitalpebble.stormcrawler</groupId>
Expand Down

0 comments on commit a83360b

Please sign in to comment.