Skip to content

Commit ffad49b

Browse files
kweinmeisterShabirmean
authored andcommitted
chore: remove unused dependencies from appengine samples
1 parent 2a22db9 commit ffad49b

8 files changed

Lines changed: 0 additions & 55 deletions

File tree

appengine-java11/cloudsql/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@
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>

appengine-java8/analytics/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,6 @@
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>

appengine-java8/bigquery/pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -72,17 +72,6 @@
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>

appengine-java8/firebase-tictactoe/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,6 @@
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>

appengine-java8/multitenancy/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@
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>

appengine-java8/requests/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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>

appengine-java8/taskqueues-push/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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>

appengine-java8/users/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)