File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
src/main/java/com/example/appengine/postgresql Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 4848<!-- [END properties] -->
4949
5050 <dependencies >
51- <!-- Parent POM defines ${appengine.sdk.version} (updates frequently). -->
5251 <dependency >
5352 <groupId >com.google.appengine</groupId >
5453 <artifactId >appengine-api-1.0-sdk</artifactId >
Original file line number Diff line number Diff line change 1- /**
2- * Copyright 2017 Google Inc.
1+ /*
2+ * Copyright 2016 Google Inc.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 4848<!-- [END properties] -->
4949
5050 <dependencies >
51- <!-- Parent POM defines ${appengine.sdk.version} (updates frequently). -->
5251 <dependency >
5352 <groupId >com.google.appengine</groupId >
5453 <artifactId >appengine-api-1.0-sdk</artifactId >
7877 </dependency >
7978 <dependency >
8079 <groupId >com.google.cloud.sql</groupId >
81- <artifactId >mysql-socket-factory</artifactId > <!-- mysql-socket-factory-connector-j-6 if using 6.x.x -->
80+ <artifactId >mysql-socket-factory</artifactId >
8281 <version >1.0.5</version >
8382 </dependency >
8483 <!-- [END dependencies] -->
You can’t perform that action at this time.
0 commit comments