8000 Micronaut sample updates (#2528) · doinotlikeit/java-docs-samples@5477a7e · GitHub
[go: up one dir, main page]

Skip to content

Commit 5477a7e

Browse files
authored
Micronaut sample updates (GoogleCloudPlatform#2528)
Fixes GoogleCloudPlatform#1649 > It's a good idea to open an issue first for discussion. - [x] Tests pass - [x] Appropriate changes to README are included in PR - [x] API's need to be enabled to test (tell us) - [x] Environment Variables need to be set (ask us to set them)
1 parent 7cd3185 commit 5477a7e

File tree

1 file changed

+3
-28
lines changed
  • appengine-java11/micronaut-helloworld

1 file changed

+3
-28
lines changed

appengine-java11/micronaut-helloworld/pom.xml

Lines changed: 3 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
The parent pom defines common style checks and testing strategies for our samples.
2323
Removing or replacing it should not affect the execution of the samples in anyway.
2424
-->
25-
<!-- <parent>
25+
<parent>
2626
<groupId>com.google.cloud.samples</groupId>
2727
<artifactId>shared-configuration</artifactId>
28-
<version>1.0.12</version>
29-
</parent> -->
28+
<version>1.0.14</version>
29+
</parent>
3030

3131
<properties>
3232
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -78,27 +78,6 @@
7878
<artifactId>micronaut-http-server-netty</artifactId>
7979
<scope>compile</scope>
8080
</dependency>
81-
<dependency>
82-
<groupId>ch.qos.logback</groupId>
83-
<artifactId>logback-classic</artifactId>
84-
<version>1.3.0-alpha5</version>
85-
<scope>runtime</scope>
86-
</dependency>
87-
<dependency>
88-
<groupId>org.junit.jupiter</groupId>
89-
<artifactId>junit-jupiter-api</artifactId>
90-
<scope>test</scope>
91-
</dependency>
92-
<dependency>
93-
<groupId>org.junit.jupiter</groupId>
94-
<artifactId>junit-jupiter-engine</artifactId>
95-
<scope>test</scope>
96-
</dependency>
97-
<dependency>
98-
<groupId>io.micronaut.test</groupId>
99-
<artifactId>micronaut-test-junit5</artifactId>
100-
<scope>test</scope>
101-
</dependency>
10281
<dependency>
10382
<groupId>junit</groupId>
10483
<artifactId>junit</artifactId>
@@ -159,10 +138,7 @@
159138
<artifactId>maven-surefire-plugin</artifactId>
160139
<version>2.22.2</version>
161140
</plugin>
162-
</plugins>
163141

164-
<pluginManagement>
165-
<plugins>
166142
<plugin>
167143
<groupId>org.apache.maven.plugins</groupId>
168144
<artifactId>maven-compiler-plugin</artifactId>
@@ -212,7 +188,6 @@
212188
</executions>
213189
</plugin>
214190
</plugins>
215-
</pluginManagement>
216191

217192
</build>
218193
</project>

0 commit comments

Comments
 (0)
0