Changeset 5e7345e
- Timestamp:
- 01/07/23 22:30:50 (23 months ago)
- Branches:
- main
- Children:
- 780ede4
- Parents:
- 84652fb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pom.xml
r84652fb r5e7345e 51 51 <groupId>org.projectlombok</groupId> 52 52 <artifactId>lombok</artifactId> 53 <version>1.18.24</version> 54 <scope>provided</scope> 53 55 <optional>true</optional> 54 56 </dependency> … … 79 81 </configuration> 80 82 </plugin> 83 <plugin> 84 <groupId>com.google.cloud.tools</groupId> 85 <artifactId>appengine-maven-plugin</artifactId> 86 <version>2.2.0</version> 87 <configuration> 88 <version>1</version> 89 <projectId>GCLOUD_CONFIG</projectId> 90 </configuration> 91 </plugin> 81 92 </plugins> 82 93 </build>
Note:
See TracChangeset
for help on using the changeset viewer.