- Timestamp:
- 02/02/23 14:24:11 (22 months ago)
- Branches:
- master
- Children:
- d522b3f, e6b2246
- Parents:
- 21db775
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pom.xml
r21db775 r2463d33 18 18 </properties> 19 19 <dependencies> 20 20 21 <dependency> 21 22 <groupId>org.springframework.boot</groupId> … … 42 43 <scope>test</scope> 43 44 </dependency> 45 <dependency> 46 <groupId>org.springframework.boot</groupId> 47 <artifactId>spring-boot-starter-data-jpa</artifactId> 48 </dependency> 44 49 </dependencies> 45 50 … … 58 63 </configuration> 59 64 </plugin> 65 <plugin> 66 <groupId>com.google.cloud.tools</groupId> 67 <artifactId>appengine-maven-plugin</artifactId> 68 <version>2.2.0</version> 69 <configuration> 70 <version>1</version> 71 <projectId>GCLOUD_CONFIG</projectId> 72 </configuration> 73 </plugin> 60 74 </plugins> 61 75 </build>
Note:
See TracChangeset
for help on using the changeset viewer.