Subversion Repositories SmartDukaan

Rev

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

Rev 20189 Rev 21975
Line 218... Line 218...
218
<dependency>
218
<dependency>
219
	<groupId>org.apache.commons</groupId>
219
	<groupId>org.apache.commons</groupId>
220
	<artifactId>commons-pool2</artifactId>
220
	<artifactId>commons-pool2</artifactId>
221
	<version>2.0</version>
221
	<version>2.0</version>
222
</dependency>
222
</dependency>
-
 
223
 
-
 
224
	<!-- Itext pdf -->
-
 
225
		<dependency>
-
 
226
	    	<groupId>com.itextpdf</groupId>
-
 
227
	    	<artifactId>itextpdf</artifactId>
-
 
228
	    	<version>5.0.6</version>
-
 
229
	    	<exclusions>
-
 
230
				<exclusion>
-
 
231
					<groupId>org.bouncycastle</groupId>
-
 
232
					<artifactId>bcprov-jdk14</artifactId>
-
 
233
				</exclusion>
-
 
234
			</exclusions>
-
 
235
		</dependency>
-
 
236
		<dependency>
-
 
237
    		<groupId>com.itextpdf.tool</groupId>
-
 
238
    		<artifactId>xmlworker</artifactId>
-
 
239
    		<version>5.5.11</version>
-
 
240
		</dependency>
-
 
241
 
-
 
242
		
223
	</dependencies>
243
	</dependencies>
224
</project>
244
</project>