Subversion Repositories SmartDukaan

Rev

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

Rev 22218 Rev 22245
Line 94... Line 94...
94
			<groupId>commons-fileupload</groupId>
94
			<groupId>commons-fileupload</groupId>
95
			<artifactId>commons-fileupload</artifactId>
95
			<artifactId>commons-fileupload</artifactId>
96
			<version>1.3</version>
96
			<version>1.3</version>
97
		</dependency>
97
		</dependency>
98
		
98
		
99
		
-
 
100
	<!-- Itext pdf -->
-
 
101
		<dependency>
-
 
102
	    	<groupId>com.itextpdf</groupId>
-
 
103
	    	<artifactId>itextpdf</artifactId>
-
 
104
	    	<version>5.0.6</version>
-
 
105
	    	<!-- <exclusions>
-
 
106
				<exclusion>
-
 
107
					<groupId>org.bouncycastle</groupId>
-
 
108
					<artifactId>bcprov-jdk14</artifactId>
-
 
109
				</exclusion>
-
 
110
			</exclusions> -->
-
 
111
		</dependency>
-
 
112
		<dependency>
-
 
113
    		<groupId>com.itextpdf.tool</groupId>
-
 
114
    		<artifactId>xmlworker</artifactId>
-
 
115
    		<version>5.5.11</version>
-
 
116
		</dependency>
-
 
117
	</dependencies>
99
	</dependencies>
118
</project>
100
</project>