Subversion Repositories SmartDukaan

Rev

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

Rev 3405 Rev 3428
Line 19... Line 19...
19
            <groupId>junit</groupId>
19
            <groupId>junit</groupId>
20
            <artifactId>junit</artifactId>
20
            <artifactId>junit</artifactId>
21
            <version>4.8.2</version>
21
            <version>4.8.2</version>
22
            <scope>test</scope>
22
            <scope>test</scope>
23
        </dependency>
23
        </dependency>
24
        <dependency>
24
	    <dependency>
25
            <groupId>readonly.apache</groupId>
25
	  		<groupId>org.apache.thrift</groupId>
26
            <artifactId>thrift</artifactId>
26
	  		<artifactId>libthrift</artifactId>
27
            <version>0.2.0</version>
27
	  		<version>0.7.0</version>
28
        </dependency>
28
		</dependency>
29
        <dependency>
29
        <dependency>
30
            <groupId>log4j</groupId>
30
            <groupId>log4j</groupId>
31
            <artifactId>log4j</artifactId>
31
            <artifactId>log4j</artifactId>
32
            <version>1.2.16</version>
32
            <version>1.2.16</version>
33
        </dependency>
33
        </dependency>