Subversion Repositories SmartDukaan

Rev

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

Rev 3388 Rev 3435
Line 30... Line 30...
30
      </plugin>
30
      </plugin>
31
    </plugins>
31
    </plugins>
32
  </build>
32
  </build>
33
  
33
  
34
  <dependencies>
34
  <dependencies>
35
    <dependency>
35
  <dependency>
36
      <groupId>readonly.apache</groupId>
36
  		<groupId>org.apache.thrift</groupId>
37
      <artifactId>thrift</artifactId>
37
  		<artifactId>libthrift</artifactId>
38
      <version>0.2.0</version>
38
  		<version>0.7.0</version>
-
 
39
        <exclusions>
-
 
40
        <exclusion>
-
 
41
		    <groupId>commons-codec</groupId>
-
 
42
  			<artifactId>commons-codec</artifactId>
-
 
43
        </exclusion>
-
 
44
        </exclusions>
39
    </dependency>
45
	</dependency>
-
 
46
 
40
    <dependency>
47
    <dependency>
41
      <groupId>readonly</groupId>
48
      <groupId>readonly</groupId>
42
      <artifactId>iText</artifactId>
49
      <artifactId>iText</artifactId>
43
      <version>5.0.4</version>
50
      <version>5.0.4</version>
44
    </dependency>
51
    </dependency>