Subversion Repositories SmartDukaan

Rev

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

Rev 2787 Rev 3435
Line 30... Line 30...
30
      <artifactId>Common</artifactId>
30
      <artifactId>Common</artifactId>
31
      <version>1.0-SNAPSHOT</version>
31
      <version>1.0-SNAPSHOT</version>
32
    </dependency>
32
    </dependency>
33
 
33
 
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>com.google.gwt</groupId>
46
      <groupId>com.google.gwt</groupId>
41
      <artifactId>gwt-servlet</artifactId>
47
      <artifactId>gwt-servlet</artifactId>
42
      <version>2.1.0</version>
48
      <version>2.1.0</version>
43
      <scope>runtime</scope>
49
      <scope>runtime</scope>