You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2015/11/24 09:19:52 UTC

[17/50] [abbrv] ignite git commit: IGNITE-530 pom.xml fix

 IGNITE-530 pom.xml fix


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/ba1d563a
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/ba1d563a
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/ba1d563a

Branch: refs/heads/ignite-1924
Commit: ba1d563ae04b6e3a30fcfb2b89456f6fcd36d246
Parents: a39681e
Author: Anton Vinogradov <av...@apache.org>
Authored: Thu Nov 19 15:53:03 2015 +0300
Committer: Anton Vinogradov <av...@apache.org>
Committed: Thu Nov 19 15:53:03 2015 +0300

----------------------------------------------------------------------
 modules/twitter/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/ba1d563a/modules/twitter/pom.xml
----------------------------------------------------------------------
diff --git a/modules/twitter/pom.xml b/modules/twitter/pom.xml
index 21e6f51..6c02935 100644
--- a/modules/twitter/pom.xml
+++ b/modules/twitter/pom.xml
@@ -41,17 +41,20 @@
             <artifactId>ignite-core</artifactId>
             <version>${project.version}</version>
         </dependency>
+
         <dependency>
             <groupId>org.apache.ignite</groupId>
             <artifactId>ignite-log4j</artifactId>
             <version>${project.version}</version>
         </dependency>
+
         <dependency>
             <groupId>org.apache.ignite</groupId>
             <artifactId>ignite-spring</artifactId>
             <version>${project.version}</version>
             <scope>test</scope>
         </dependency>
+
         <dependency>
             <groupId>org.apache.ignite</groupId>
             <artifactId>ignite-core</artifactId>
@@ -59,11 +62,13 @@
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
+
         <dependency>
             <groupId>com.twitter</groupId>
             <artifactId>hbc-twitter4j</artifactId>
             <version>2.2.0</version>
         </dependency>
+
         <dependency>
             <groupId>com.github.tomakehurst</groupId>
             <artifactId>wiremock</artifactId>
@@ -111,6 +116,7 @@
                     <artifactId>jopt-simple</artifactId>
                 </exclusion>
             </exclusions>
+            <scope>test</scope>
         </dependency>
     </dependencies>
 </project>