Subversion Repositories SmartDukaan

Rev

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

Rev 1099 Rev 3430
Line 30... Line 30...
30
    </plugins>
30
    </plugins>
31
  </build>
31
  </build>
32
  
32
  
33
  <dependencies>
33
  <dependencies>
34
    <dependency>
34
    <dependency>
35
      <groupId>readonly.apache</groupId>
35
  		<groupId>org.apache.thrift</groupId>
36
      <artifactId>thrift</artifactId>
36
  		<artifactId>libthrift</artifactId>
37
      <version>0.2.0</version>
37
  		<version>0.7.0</version>
-
 
38
        <exclusions>
-
 
39
        <exclusion>
-
 
40
		    <groupId>commons-codec</groupId>
-
 
41
  			<artifactId>commons-codec</artifactId>
-
 
42
        </exclusion>
-
 
43
        </exclusions>
38
    </dependency>
44
	</dependency>
39
    <dependency>
45
    <dependency>
40
      <groupId>readonly.slf4j</groupId>
46
      <groupId>readonly.slf4j</groupId>
41
      <artifactId>slf4j-api</artifactId>
47
      <artifactId>slf4j-api</artifactId>
42
      <version>1.5.8</version>
48
      <version>1.5.8</version>
43
    </dependency>
49
    </dependency>