Subversion Repositories SmartDukaan

Rev

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

Rev 21812 Rev 22294
Line 103... Line 103...
103
			<groupId>io.springfox</groupId>
103
			<groupId>io.springfox</groupId>
104
			<artifactId>springfox-swagger2</artifactId>
104
			<artifactId>springfox-swagger2</artifactId>
105
			<version>2.5.0</version>
105
			<version>2.5.0</version>
106
		</dependency>
106
		</dependency>
107
		
107
		
-
 
108
		<!-- Excel -->
-
 
109
		<dependency>
-
 
110
    		<groupId>org.apache.poi</groupId>
-
 
111
    		<artifactId>poi</artifactId>
-
 
112
    		<version>3.16</version>
-
 
113
		</dependency>
-
 
114
		
-
 
115
		<dependency>
-
 
116
    		<groupId>org.apache.poi</groupId>
-
 
117
    		<artifactId>poi-ooxml</artifactId>
-
 
118
    		<version>3.16</version>
-
 
119
		</dependency>
-
 
120
		
108
		
121
		
109
		
122
		
110
	</dependencies>
123
	</dependencies>
111
</project>
124
</project>
112
125