Subversion Repositories SmartDukaan

Rev

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

Rev 21545 Rev 21586
Line 96... Line 96...
96
			<groupId>org.mongodb</groupId>
96
			<groupId>org.mongodb</groupId>
97
			<artifactId>mongo-java-driver</artifactId>
97
			<artifactId>mongo-java-driver</artifactId>
98
			<version>2.11.0</version>
98
			<version>2.11.0</version>
99
		</dependency>
99
		</dependency>
100
		
100
		
-
 
101
		<!-- https://mvnrepository.com/artifact/mysql/mysql-connector-java -->
-
 
102
		<dependency>
-
 
103
    		<groupId>mysql</groupId>
-
 
104
    		<artifactId>mysql-connector-java</artifactId>
-
 
105
   	 		<version>6.0.6</version>
-
 
106
		</dependency>
-
 
107
		
-
 
108
		
101
		<!-- Spring dependencies -->
109
		<!-- Spring dependencies -->
102
		<dependency>
110
		<dependency>
103
			<groupId>org.springframework</groupId>
111
			<groupId>org.springframework</groupId>
104
			<artifactId>spring-context</artifactId>
112
			<artifactId>spring-context</artifactId>
105
			<version>4.3.5.RELEASE</version>
113
			<version>4.3.5.RELEASE</version>