Changeset 5e7345e


Ignore:
Timestamp:
01/07/23 22:30:50 (18 months ago)
Author:
andrejtodorovski <82031894+andrejtodorovski@…>
Branches:
main
Children:
780ede4
Parents:
84652fb
Message:

Testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pom.xml

    r84652fb r5e7345e  
    5151            <groupId>org.projectlombok</groupId>
    5252            <artifactId>lombok</artifactId>
     53            <version>1.18.24</version>
     54            <scope>provided</scope>
    5355            <optional>true</optional>
    5456        </dependency>
     
    7981                </configuration>
    8082            </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>
    8192        </plugins>
    8293    </build>
Note: See TracChangeset for help on using the changeset viewer.