Subversion Repositories SmartDukaan

Rev

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

Rev 1740 Rev 3435
Line 14... Line 14...
14
    <version>1.0-SNAPSHOT</version>
14
    <version>1.0-SNAPSHOT</version>
15
  </parent>
15
  </parent>
16
  
16
  
17
  <dependencies>
17
  <dependencies>
18
    <dependency>
18
    <dependency>
19
      <groupId>readonly.apache</groupId>
19
  		<groupId>org.apache.thrift</groupId>
20
      <artifactId>thrift</artifactId>
20
  		<artifactId>libthrift</artifactId>
21
      <version>0.2.0</version>
21
  		<version>0.7.0</version>
-
 
22
        <exclusions>
-
 
23
        <exclusion>
-
 
24
		    <groupId>commons-codec</groupId>
-
 
25
  			<artifactId>commons-codec</artifactId>
-
 
26
        </exclusion>
-
 
27
        </exclusions>
22
    </dependency>
28
	</dependency>
23
    <dependency>
29
    <dependency>
24
      <groupId>readonly.slf4j</groupId>
30
      <groupId>readonly.slf4j</groupId>
25
      <artifactId>slf4j-api</artifactId>
31
      <artifactId>slf4j-api</artifactId>
26
      <version>1.5.8</version>
32
      <version>1.5.8</version>
27
    </dependency>
33
    </dependency>