Subversion Repositories SmartDukaan

Rev

Rev 21975 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 21975 Rev 21981
Line 224... Line 224...
224
	<!-- Itext pdf -->
224
	<!-- Itext pdf -->
225
		<dependency>
225
		<dependency>
226
	    	<groupId>com.itextpdf</groupId>
226
	    	<groupId>com.itextpdf</groupId>
227
	    	<artifactId>itextpdf</artifactId>
227
	    	<artifactId>itextpdf</artifactId>
228
	    	<version>5.0.6</version>
228
	    	<version>5.0.6</version>
229
	    	<exclusions>
229
	    	<!-- <exclusions>
230
				<exclusion>
230
				<exclusion>
231
					<groupId>org.bouncycastle</groupId>
231
					<groupId>org.bouncycastle</groupId>
232
					<artifactId>bcprov-jdk14</artifactId>
232
					<artifactId>bcprov-jdk14</artifactId>
233
				</exclusion>
233
				</exclusion>
234
			</exclusions>
234
			</exclusions> -->
235
		</dependency>
235
		</dependency>
236
		<dependency>
236
		<dependency>
237
    		<groupId>com.itextpdf.tool</groupId>
237
    		<groupId>com.itextpdf.tool</groupId>
238
    		<artifactId>xmlworker</artifactId>
238
    		<artifactId>xmlworker</artifactId>
239
    		<version>5.5.11</version>
239
    		<version>5.5.11</version>