Subversion Repositories SmartDukaan

Rev

Rev 2822 | Rev 6627 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2822 Rev 3429
Line 44... Line 44...
44
    </plugins>
44
    </plugins>
45
  </build>
45
  </build>
46
  
46
  
47
  <dependencies>
47
  <dependencies>
48
    <dependency>
48
    <dependency>
49
      <groupId>readonly.apache</groupId>
49
  		<groupId>org.apache.thrift</groupId>
50
      <artifactId>thrift</artifactId>
50
  		<artifactId>libthrift</artifactId>
51
      <version>0.2.0</version>
51
  		<version>0.7.0</version>
-
 
52
        <exclusions>
-
 
53
        <exclusion>
-
 
54
		    <groupId>commons-codec</groupId>
-
 
55
  			<artifactId>commons-codec</artifactId>
-
 
56
        </exclusion>
-
 
57
        </exclusions>
52
    </dependency>
58
	</dependency>
53
    <dependency>
59
    <dependency>
54
      <groupId>readonly.slf4j</groupId>
60
      <groupId>readonly.slf4j</groupId>
55
      <artifactId>slf4j-api</artifactId>
61
      <artifactId>slf4j-api</artifactId>
56
      <version>1.5.8</version>
62
      <version>1.5.8</version>
57
    </dependency>
63
    </dependency>