Changeset 2463d33 for pom.xml


Ignore:
Timestamp:
02/02/23 14:24:11 (22 months ago)
Author:
DenicaKj <dkorvezir@…>
Branches:
master
Children:
d522b3f, e6b2246
Parents:
21db775
Message:

Added Plugin

added plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pom.xml

    r21db775 r2463d33  
    1818    </properties>
    1919    <dependencies>
     20
    2021        <dependency>
    2122            <groupId>org.springframework.boot</groupId>
     
    4243            <scope>test</scope>
    4344        </dependency>
     45        <dependency>
     46            <groupId>org.springframework.boot</groupId>
     47            <artifactId>spring-boot-starter-data-jpa</artifactId>
     48        </dependency>
    4449    </dependencies>
    4550
     
    5863                </configuration>
    5964            </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>
    6074        </plugins>
    6175    </build>
Note: See TracChangeset for help on using the changeset viewer.