Skip to content

Commit 0a77ee9

Browse files
mgmt, remove jgit as dependency (#38191)
1 parent d45f9f9 commit 0a77ee9

File tree

11 files changed

+0
-1437
lines changed

11 files changed

+0
-1437
lines changed

eng/versioning/external_dependencies.txt

-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ org.bouncycastle:bcpkix-lts8on;2.73.3
229229
org.eclipse.jetty:jetty-http;9.4.53.v20231009
230230
org.eclipse.jetty:jetty-server;9.4.53.v20231009
231231
org.eclipse.jetty:jetty-servlet;9.4.53.v20231009
232-
org.eclipse.jgit:org.eclipse.jgit;4.5.7.201904151645-r
233232
org.glassfish:javax.json;1.1.4
234233
org.glassfish:jakarta.el;3.0.4
235234
org.hamcrest:hamcrest;2.2

sdk/resourcemanager/azure-resourcemanager-appservice/pom.xml

-16
Original file line numberDiff line numberDiff line change
@@ -117,22 +117,6 @@
117117
<version>2.11.0</version> <!-- {x-version-update;commons-io:commons-io;external_dependency} -->
118118
<scope>test</scope>
119119
</dependency>
120-
<dependency>
121-
<groupId>org.eclipse.jgit</groupId>
122-
<artifactId>org.eclipse.jgit</artifactId>
123-
<version>4.5.7.201904151645-r</version> <!-- {x-version-update;org.eclipse.jgit:org.eclipse.jgit;external_dependency} -->
124-
<exclusions>
125-
<exclusion>
126-
<groupId>org.apache.httpcomponents</groupId>
127-
<artifactId>httpclient</artifactId>
128-
</exclusion>
129-
<exclusion>
130-
<groupId>org.slf4j</groupId>
131-
<artifactId>slf4j-api</artifactId>
132-
</exclusion>
133-
</exclusions>
134-
<scope>test</scope>
135-
</dependency>
136120
<dependency>
137121
<groupId>org.slf4j</groupId>
138122
<artifactId>slf4j-simple</artifactId>

sdk/resourcemanager/azure-resourcemanager-samples/pom.xml

-7
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,6 @@
8686
<artifactId>commons-net</artifactId>
8787
<version>3.9.0</version> <!-- {x-version-update;commons-net:commons-net;external_dependency} -->
8888
</dependency>
89-
<!-- Important!!! jgit has gzip error above 4.5 with app services -->
90-
<dependency>
91-
<groupId>org.eclipse.jgit</groupId>
92-
<artifactId>org.eclipse.jgit</artifactId>
93-
<version>4.5.7.201904151645-r</version> <!-- {x-version-update;org.eclipse.jgit:org.eclipse.jgit;external_dependency} -->
94-
</dependency>
9589
<dependency>
9690
<groupId>com.github.docker-java</groupId>
9791
<artifactId>docker-java</artifactId>
@@ -207,7 +201,6 @@
207201
<include>com.google.guava:guava:[32.0.1-jre]</include> <!-- {x-include-update;com.google.guava:guava;external_dependency} -->
208202
<include>com.github.docker-java:docker-java:[3.2.1]</include> <!-- {x-include-update;com.github.docker-java:docker-java;external_dependency} -->
209203
<include>com.microsoft.sqlserver:mssql-jdbc:[10.2.3.jre8]</include> <!-- {x-include-update;com.microsoft.sqlserver:mssql-jdbc;external_dependency} -->
210-
<include>org.eclipse.jgit:org.eclipse.jgit:[4.5.7.201904151645-r]</include> <!-- {x-include-update;org.eclipse.jgit:org.eclipse.jgit;external_dependency} -->
211204
<include>commons-net:commons-net:[3.9.0]</include> <!-- {x-include-update;commons-net:commons-net;external_dependency} -->
212205
<include>com.github.spotbugs:spotbugs-annotations:[4.8.0]</include> <!-- {x-include-update;com.github.spotbugs:spotbugs-annotations;external_dependency} -->
213206
</includes>

sdk/resourcemanager/azure-resourcemanager-samples/samples.json

-30
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,6 @@
1919
"githubPath": "Azure-Samples/app-service-java-manage-logs-for-function-apps",
2020
"description": "Getting started on log streaming for Functions using Java"
2121
},
22-
{
23-
"owner": "yungezz",
24-
"filePath": "azure-resourcemanager-samples/src/main/java/com/azure/resourcemanager/appservice/samples/ManageFunctionAppSourceControl.java",
25-
"githubPath": "Azure-Samples/app-service-java-configure-deployment-sources-for-functions",
26-
"description": "Getting started on configuring deployment sources for Functions using Java"
27-
},
28-
{
29-
"owner": "yungezz",
30-
"filePath": "azure-resourcemanager-samples/src/main/java/com/azure/resourcemanager/appservice/samples/ManageFunctionAppWithAuthentication.java",
31-
"githubPath": "Azure-Samples/app-service-java-manage-authentication-for-functions",
32-
"description": "Getting started on managing authentication for Functions using Java"
33-
},
3422
{
3523
"owner": "yungezz",
3624
"filePath": "azure-resourcemanager-samples/src/main/java/com/azure/resourcemanager/appservice/samples/ManageFunctionAppWithDomainSsl.java",
@@ -55,12 +43,6 @@
5543
"githubPath": "Azure-Samples/app-service-java-access-key-vault-convenience-for-web-apps-on-linux",
5644
"description": "Getting started on on safeguarding Web app secrets in Key Vault on Linux using Java"
5745
},
58-
{
59-
"owner": "yungezz",
60-
"filePath": "azure-resourcemanager-samples/src/main/java/com/azure/resourcemanager/appservice/samples/ManageLinuxWebAppSourceControl.java",
61-
"githubPath": "Azure-Samples/app-service-java-configure-deployment-sources-for-web-apps-on-linux",
62-
"description": "Getting started on configuring deployment sources for Web Apps on Linux using Java"
63-
},
6446
{
6547
"owner": "yungezz",
6648
"filePath": "azure-resourcemanager-samples/src/main/java/com/azure/resourcemanager/appservice/samples/ManageLinuxWebAppSqlConnection.java",
@@ -121,18 +103,6 @@
121103
"githubPath": "Azure-Samples/app-service-java-manage-staging-and-production-slots-for-web-apps",
122104
"description": "Getting started on managing staging and product slots for Web Apps using Java"
123105
},
124-
{
125-
"owner": "yungezz",
126-
"filePath": "azure-resourcemanager-samples/src/main/java/com/azure/resourcemanager/appservice/samples/ManageWebAppSourceControl.java",
127-
"githubPath": "Azure-Samples/app-service-java-configure-deployment-sources-for-web-apps",
128-
"description": "Getting started on configuring deployment sources for Web Apps using Java"
129-
},
130-
{
131-
"owner": "yungezz",
132-
"filePath": "azure-resourcemanager-samples/src/main/java/com/azure/resourcemanager/appservice/samples/ManageWebAppSourceControlAsync.java",
133-
"githubPath": "Azure-Samples/app-service-java-configure-deployment-sources-for-web-apps-async",
134-
"description": "Getting started on configuring deployment sources for Web Apps using Java asynchronously"
135-
},
136106
{
137107
"owner": "yungezz",
138108
"filePath": "azure-resourcemanager-samples/src/main/java/com/azure/resourcemanager/appservice/samples/ManageWebAppSqlConnection.java",

0 commit comments

Comments
 (0)