Skip to content

Commit

Permalink
Merge pull request #298 from olamy:parallel-fix-included-jar-web-inf-lib
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 689771635
Change-Id: I26e1e70574ff9868cd3801bf6c79613b882e149c
  • Loading branch information
gae-java-bot committed Oct 25, 2024
2 parents c7e7821 + ec541e7 commit d9c7136
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions applications/proberapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,26 +64,31 @@
<groupId>com.google.appengine</groupId>
<artifactId>runtime-impl-jetty9</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>runtime-shared-jetty9</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>runtime-impl-jetty12</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>runtime-shared-jetty12</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>runtime-main</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
Expand Down Expand Up @@ -227,6 +232,7 @@
<excludeTransitive>true</excludeTransitive>
<includeGroupIds>com.google.appengine</includeGroupIds>
<stripVersion>true</stripVersion>
<includeScope>provided</includeScope>
<outputDirectory>${appengine.runtime.location}</outputDirectory>
</configuration>
</execution>
Expand Down

0 comments on commit d9c7136

Please sign in to comment.