Subversion Repositories SmartDukaan

Rev

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

Rev 3083 Rev 3435
Line 137... Line 137...
137
      <artifactId>je</artifactId>
137
      <artifactId>je</artifactId>
138
      <version>4.1.7</version>
138
      <version>4.1.7</version>
139
    </dependency>
139
    </dependency>
140
    
140
    
141
    <dependency>
141
    <dependency>
142
      <groupId>readonly.apache</groupId>
142
  		<groupId>org.apache.thrift</groupId>
143
      <artifactId>thrift</artifactId>
143
  		<artifactId>libthrift</artifactId>
144
      <version>0.2.0</version>
144
  		<version>0.7.0</version>
-
 
145
        <exclusions>
-
 
146
        <exclusion>
-
 
147
		    <groupId>commons-codec</groupId>
-
 
148
  			<artifactId>commons-codec</artifactId>
-
 
149
        </exclusion>
-
 
150
        </exclusions>
145
    </dependency>
151
	</dependency>
146
    <dependency>
152
    <dependency>
147
    	<groupId>commons-cli</groupId>
153
    	<groupId>commons-cli</groupId>
148
    	<artifactId>commons-cli</artifactId>
154
    	<artifactId>commons-cli</artifactId>
149
    	<version>1.2</version>
155
    	<version>1.2</version>
150
    </dependency>
156
    </dependency>