Skip to content

Commit 3ef1d9c

Browse files
authored
chore: remove redundant [START/END dependencies] markers and update gradle dependency tag name (#10289)
1 parent c076014 commit 3ef1d9c

7 files changed

Lines changed: 2 additions & 18 deletions

File tree

appengine-java8/endpoints-v2-skeleton/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ apply plugin: 'com.google.cloud.tools.endpoints-framework-server'
3636
apply plugin: 'com.google.cloud.tools.appengine'
3737
// [END plugin_applys]
3838

39-
// [START dependencies]
39+
// [START appengine_endpoints_gradle_dependencies]
4040
dependencies {
4141
compile 'com.google.endpoints:endpoints-framework:2.2.2'
4242
compile 'com.google.appengine:appengine-api-1.0-sdk:2.0.23'
4343

4444
compile 'javax.inject:javax.inject:1'
4545
compileOnly 'javax.servlet:javax.servlet-api:3.1.0'
4646
}
47-
// [END dependencies]
47+
// [END appengine_endpoints_gradle_dependencies]
4848

4949
// [START endpoints_server_configuration]
5050
// You must replace YOUR_PROJECT_ID with your Google Cloud Project Id

appengine-java8/mailgun/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
<type>jar</type>
4545
<scope>provided</scope>
4646
</dependency>
47-
<!-- [START dependencies] -->
4847
<dependency>
4948
<groupId>com.sun.jersey</groupId>
5049
<artifactId>jersey-core</artifactId>
@@ -60,7 +59,6 @@
6059
<artifactId>jersey-multipart</artifactId>
6160
<version>1.19.4</version>
6261
</dependency>
63-
<!-- [END dependencies] -->
6462
</dependencies>
6563
<build>
6664
<!-- for hot reload of the web application -->

appengine-java8/mailjet/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
<scope>provided</scope>
5151
</dependency>
5252

53-
<!-- [START dependencies] -->
5453
<dependency>
5554
<groupId>com.sun.jersey</groupId>
5655
<artifactId>jersey-core</artifactId>
@@ -66,7 +65,6 @@
6665
<artifactId>jersey-multipart</artifactId>
6766
<version>1.19.4</version>
6867
</dependency>
69-
<!-- [END dependencies] -->
7068
</dependencies>
7169
<build>
7270
<!-- for hot reload of the web application -->

appengine-java8/memcache/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ Copyright 2015 Google Inc.
4545
<scope>provided</scope>
4646
</dependency>
4747

48-
<!-- [START dependencies] -->
4948
<dependency>
5049
<groupId>com.google.appengine</groupId>
5150
<artifactId>appengine-api-1.0-sdk</artifactId>
@@ -56,7 +55,6 @@ Copyright 2015 Google Inc.
5655
<artifactId>xmemcached</artifactId>
5756
<version>2.4.8</version>
5857
</dependency>
59-
<!-- [END dependencies] -->
6058
</dependencies>
6159
<build>
6260
<!-- for hot reload of the web application -->

appengine-java8/pubsub/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
<failOnMissingWebXml>false</failOnMissingWebXml> <!-- REQUIRED -->
3939
</properties>
4040

41-
<!-- [START dependencies] -->
4241
<!-- Using libraries-bom to manage versions.
4342
See https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud-Platform-Libraries-BOM -->
4443
<dependencyManagement>
@@ -62,7 +61,6 @@
6261
<groupId>com.google.cloud</groupId>
6362
<artifactId>google-cloud-datastore</artifactId>
6463
</dependency>
65-
<!-- [END dependencies] -->
6664
<dependency>
6765
<groupId>javax.servlet</groupId>
6866
<artifactId>javax.servlet-api</artifactId>
@@ -75,9 +73,7 @@
7573
<artifactId>jatl</artifactId>
7674
<version>0.2.3</version>
7775
</dependency>
78-
<!-- [START dependencies] -->
7976
</dependencies>
80-
<!-- [END dependencies] -->
8177
<build>
8278
<!-- for hot reload of the web application -->
8379
<outputDirectory>${project.build.directory}/${project.build.finalName}/WEB-INF/classes</outputDirectory>

appengine-java8/remote-client/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
</properties>
3737

3838
<dependencies>
39-
<!-- [START dependencies] -->
4039
<dependency>
4140
<groupId>com.google.appengine</groupId>
4241
<artifactId>appengine-remote-api</artifactId>
@@ -47,7 +46,6 @@
4746
<artifactId>appengine-api-1.0-sdk</artifactId>
4847
<version>2.0.23</version>
4948
</dependency>
50-
<!-- [END dependencies] -->
5149
</dependencies>
5250
<build>
5351
<!-- for hot reload of the web application -->

appengine-java8/translate-pubsub/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
<maven.compiler.source>1.8</maven.compiler.source>
3838
</properties>
3939

40-
<!-- [START dependencies] -->
4140
<!-- Using libraries-bom to manage versions.
4241
See https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud-Platform-Libraries-BOM -->
4342
<dependencyManagement>
@@ -65,17 +64,14 @@
6564
<groupId>com.google.cloud</groupId>
6665
<artifactId>google-cloud-translate</artifactId>
6766
</dependency>
68-
<!-- [END dependencies] -->
6967
<dependency>
7068
<groupId>javax.servlet</groupId>
7169
<artifactId>javax.servlet-api</artifactId>
7270
<version>3.1.0</version>
7371
<type>jar</type>
7472
<scope>provided</scope>
7573
</dependency>
76-
<!-- [START dependencies] -->
7774
</dependencies>
78-
<!-- [END dependencies] -->
7975
<build>
8076
<!-- for hot reload of the web application -->
8177
<outputDirectory>${project.build.directory}/${project.build.finalName}/WEB-INF/classes</outputDirectory>

0 commit comments

Comments
 (0)