Subversion Repositories SmartDukaan

Rev

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

Rev 3435 Rev 3463
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>org.apache.thrift</groupId>
35
      <groupId>org.apache.thrift</groupId>
36
  		<artifactId>libthrift</artifactId>
36
      <artifactId>libthrift</artifactId>
37
  		<version>0.7.0</version>
37
      <version>0.7.0</version>
38
        <exclusions>
38
      <exclusions>
39
        <exclusion>
39
        <exclusion>
40
		    <groupId>commons-codec</groupId>
40
          <groupId>commons-codec</groupId>
41
  			<artifactId>commons-codec</artifactId>
41
          <artifactId>commons-codec</artifactId>
42
        </exclusion>
42
	</exclusion>
43
        </exclusions>
43
      </exclusions>
44
	</dependency>
44
    </dependency>
45
    <dependency>
45
    <dependency>
46
      <groupId>com.google.gwt</groupId>
46
      <groupId>com.google.gwt</groupId>
47
      <artifactId>gwt-servlet</artifactId>
47
      <artifactId>gwt-servlet</artifactId>
48
      <version>2.1.0</version>
48
      <version>2.1.0</version>
49
      <scope>runtime</scope>
49
      <scope>runtime</scope>