Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ limitations under the License.
<!-- [END servlet] -->

<dependency>
<groupId>jstl</groupId>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
<version>1.1.2</version>
</dependency>
<!-- [START_EXCLUDE silent] -->
<!-- Test Dependencies -->
Expand Down
4 changes: 2 additions & 2 deletions appengine-standard-java8/kotlin-appengine-standard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ limitations under the License.
<version>2.0.15</version>
</dependency>
<dependency>
<groupId>jstl</groupId>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
<version>1.1.2</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ limitations under the License.
<version>2.0.15</version>
</dependency>
<dependency>
<groupId>jstl</groupId>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
<version>1.1.2</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ limitations under the License.
<version>2.0.15</version>
</dependency>
<dependency>
<groupId>jstl</groupId>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
<version>1.1.2</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down
4 changes: 2 additions & 2 deletions background/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ Copyright 2019 Google LLC
</dependency>

<dependency>
<groupId>jstl</groupId>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
<version>1.1.2</version>
</dependency>

<!-- Test dependencies -->
Expand Down
4 changes: 2 additions & 2 deletions bookshelf-standard/2-structured-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ Copyright 2016 Google Inc.
</dependency>

<dependency> <!-- JSP standard tag library -->
<groupId>jstl</groupId>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
<version>1.1.2</version>
</dependency>

<dependency> <!-- Apache Taglibs -->
Expand Down
4 changes: 2 additions & 2 deletions bookshelf-standard/3-binary-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ Copyright 2016 Google Inc.
</dependency>

<dependency> <!-- JSP standard tag library -->
<groupId>jstl</groupId>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
<version>1.1.2</version>
</dependency>

<dependency> <!-- Apache Taglibs -->
Expand Down
4 changes: 2 additions & 2 deletions bookshelf-standard/4-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ Copyright 2016 Google Inc.
</dependency>

<dependency> <!-- JSP standard tag library -->
<groupId>jstl</groupId>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
<version>1.1.2</version>
</dependency>

<dependency> <!-- Apache Taglibs -->
Expand Down
4 changes: 2 additions & 2 deletions bookshelf-standard/5-logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ Copyright 2016 Google Inc.
</dependency>

<dependency> <!-- JSP standard tag library -->
<groupId>jstl</groupId>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
<version>1.1.2</version>
</dependency>

<dependency> <!-- Apache Taglibs -->
Expand Down
4 changes: 2 additions & 2 deletions bookshelf/1-cloud-run/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ Copyright 2019 Google LLC
</dependency>

<dependency>
<groupId>jstl</groupId>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
<version>1.1.2</version>
</dependency>

<dependency>
Expand Down