Subversion Repositories SmartDukaan

Rev

Rev 7495 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7495 Rev 12461
Line 17... Line 17...
17
        </configuration>
17
        </configuration>
18
      </plugin>
18
      </plugin>
19
    </plugins>
19
    </plugins>
20
  </build>
20
  </build>
21
  <dependencies>
21
  <dependencies>
22
    <dependency>
-
 
23
      <groupId>org.apache.hadoop</groupId>
-
 
24
      <artifactId>libthrift</artifactId>
-
 
25
      <version>0.5.0.0</version>
-
 
26
    </dependency>
-
 
27
    <dependency>
-
 
28
      <groupId>org.apache.thrift</groupId>
-
 
29
      <artifactId>libthrift</artifactId>
-
 
30
      <version>0.7.0</version>
-
 
31
    </dependency>
-
 
32
    <dependency>
-
 
33
      <groupId>com.google.code.maven-play-plugin.org.apache.thrift</groupId>
-
 
34
      <artifactId>thrift</artifactId>
-
 
35
      <version>0.2.0</version>
-
 
36
    </dependency>
-
 
37
  </dependencies>
22
  </dependencies>
38
</project>
23
</project>
39
 
24