i'll try it but Should i package using mvn package again after clean or not ?
On Tue, Nov 3, 2015 at 2:18 AM, 임정택 <[email protected]> wrote: > Please set scope to "provided" from your storm-core dependency. > > Thanks, > Jungtaek Lim (HeartSaVioR) > > 2015-11-03 8:29 GMT+09:00 researcher cs <[email protected]>: > >> <dependencies> <dependency> <groupId>storm</groupId> >> <artifactId>storm</artifactId> <version>0.8.2</version> >> <scope>compile</scope> </dependency> <dependency> <groupId>junit</groupId> >> <artifactId>junit</artifactId> <version>3.8.1</version> <scope>test</scope> >> </dependency> <dependency> <groupId>colt</groupId> >> <artifactId>colt</artifactId> <version>1.2.0</version> </dependency> >> <dependency> <groupId>com.fasterxml.jackson.core</groupId> >> <artifactId>jackson-core</artifactId> <version>2.0.0</version> >> </dependency> <dependency> <groupId>org.twitter4j</groupId> >> <artifactId>twitter4j-core</artifactId> <version>4.0.2</version> >> </dependency> <dependency> <groupId>org.twitter4j</groupId> >> <artifactId>twitter4j-stream</artifactId> <version>4.0.2</version> >> </dependency> <dependency> <groupId>log4j</groupId> >> <artifactId>log4j</artifactId> <version>1.2.17</version> </dependency> >> </dependencies> >> >> On Tue, Nov 3, 2015 at 1:27 AM, researcher cs <[email protected]> >> wrote: >> >>> Thanks for replying , sorry i'm new to maven which part do you mean in >>> pom? >>> >> >> > > > -- > Name : 임 정택 > Blog : http://www.heartsavior.net / http://dev.heartsavior.net > Twitter : http://twitter.com/heartsavior > LinkedIn : http://www.linkedin.com/in/heartsavior >
