File tree Expand file tree Collapse file tree
appengine-java11/cloudsql Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858 <type >jar</type >
5959 <scope >provided</scope >
6060 </dependency >
61- <dependency >
62- <groupId >javax.servlet</groupId >
63- <artifactId >jstl</artifactId >
64- <version >1.2</version >
65- </dependency >
6661 <dependency >
6762 <groupId >org.slf4j</groupId >
6863 <artifactId >slf4j-simple</artifactId >
Original file line number Diff line number Diff line change 103103 <version >1.10.19</version >
104104 <scope >test</scope >
105105 </dependency >
106- <dependency >
107- <groupId >com.jcabi</groupId >
108- <artifactId >jcabi-matchers</artifactId >
109- <version >1.6.0</version >
110- </dependency >
111106 <dependency >
112107 <groupId >com.google.truth</groupId >
113108 <artifactId >truth</artifactId >
Original file line number Diff line number Diff line change 7272 <artifactId >google-cloud-monitoring</artifactId >
7373 </dependency >
7474
75- <dependency >
76- <groupId >commons-cli</groupId >
77- <artifactId >commons-cli</artifactId >
78- <version >1.5.0</version >
79- </dependency >
80- <dependency >
81- <groupId >joda-time</groupId >
82- <artifactId >joda-time</artifactId >
83- <version >2.12.2</version >
84- </dependency >
85-
8675 <!-- Test Dependencies -->
8776 <dependency >
8877 <groupId >com.google.appengine</groupId >
Original file line number Diff line number Diff line change 8080 <groupId >com.google.guava</groupId >
8181 <artifactId >guava</artifactId >
8282 </dependency >
83- <dependency >
84- <groupId >com.google.api-client</groupId >
85- <artifactId >google-api-client-appengine</artifactId >
86- </dependency >
87-
8883
8984 <!-- Test Dependencies -->
9085 <dependency >
Original file line number Diff line number Diff line change 7474 </dependency >
7575
7676 <!-- [START Objectify_Dependencies] -->
77- <dependency >
78- <groupId >com.google.guava</groupId >
79- <artifactId >guava</artifactId >
80- </dependency >
8177 <dependency >
8278 <groupId >com.googlecode.objectify</groupId >
8379 <artifactId >objectify</artifactId >
Original file line number Diff line number Diff line change @@ -59,16 +59,6 @@ limitations under the License.
5959 <scope >provided</scope >
6060 </dependency >
6161
62- <dependency >
63- <groupId >com.google.guava</groupId >
64- <artifactId >guava</artifactId >
65- </dependency >
66-
67- <dependency >
68- <groupId >org.json</groupId >
69- <artifactId >json</artifactId >
70- <version >20230227</version >
71- </dependency >
7262 <!-- Test Dependencies -->
7363 <dependency >
7464 <groupId >junit</groupId >
Original file line number Diff line number Diff line change @@ -46,11 +46,6 @@ Copyright 2016 Google Inc.
4646 <scope >provided</scope >
4747 </dependency >
4848
49- <dependency >
50- <groupId >org.json</groupId >
51- <artifactId >json</artifactId >
52- <version >20230227</version >
53- </dependency >
5449 <dependency >
5550 <groupId >com.google.appengine</groupId >
5651 <artifactId >appengine-api-1.0-sdk</artifactId >
Original file line number Diff line number Diff line change @@ -55,10 +55,6 @@ Copyright 2015 Google Inc.
5555 <artifactId >appengine-api-1.0-sdk</artifactId >
5656 <version >2.0.12</version >
5757 </dependency >
58- <dependency >
59- <groupId >com.google.guava</groupId >
60- <artifactId >guava</artifactId >
61- </dependency >
6258
6359 <dependency >
6460 <groupId >javax.servlet</groupId >
@@ -68,12 +64,6 @@ Copyright 2015 Google Inc.
6864 <scope >provided</scope >
6965 </dependency >
7066
71- <dependency >
72- <groupId >org.json</groupId >
73- <artifactId >json</artifactId >
74- <version >20230227</version >
75- </dependency >
76-
7767 <!-- Test Dependencies -->
7868 <dependency >
7969 <groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments