Skip to content

Commit 9f71ebf

Browse files
committed
Change java to maven
1 parent d2b8658 commit 9f71ebf

16 files changed

Lines changed: 315 additions & 26 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
// Verwendet IntelliSense zum Ermitteln möglicher Attribute.
3+
// Zeigen Sie auf vorhandene Attribute, um die zugehörigen Beschreibungen anzuzeigen.
4+
// Weitere Informationen finden Sie unter https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
8+
{
9+
"type": "java",
10+
"name": "Current File",
11+
"request": "launch",
12+
"mainClass": "${file}"
13+
},
14+
{
15+
"type": "java",
16+
"name": "JwtClient",
17+
"request": "launch",
18+
"mainClass": "JwtClient",
19+
"projectName": "java-tokenX5CEntra_c67ad6bf"
20+
}
21+
]
22+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"java.project.referencedLibraries": [
3+
"lib/**/*.jar"
4+
]
5+
}
File renamed without changes.
File renamed without changes.

examples/java-tokenX5CEntra/lib/bcpkix-jdk18on-1.78.1.jar renamed to examples/java-tokenX5CEntra-1/lib/bcpkix-jdk18on-1.78.1.jar

File renamed without changes.

examples/java-tokenX5CEntra/lib/bcprov-jdk18on-1.78.1.jar renamed to examples/java-tokenX5CEntra-1/lib/bcprov-jdk18on-1.78.1.jar

File renamed without changes.

examples/java-tokenX5CEntra/lib/bcprov-jdk18on-1.78.1.jar.1 renamed to examples/java-tokenX5CEntra-1/lib/bcprov-jdk18on-1.78.1.jar.1

File renamed without changes.
File renamed without changes.

examples/java-tokenX5CEntra/lib/nimbus-jose-jwt-9.37.jar renamed to examples/java-tokenX5CEntra-1/lib/nimbus-jose-jwt-9.37.jar

File renamed without changes.
Lines changed: 11 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,12 @@
1+
12
{
2-
// Verwendet IntelliSense zum Ermitteln möglicher Attribute.
3-
// Zeigen Sie auf vorhandene Attribute, um die zugehörigen Beschreibungen anzuzeigen.
4-
// Weitere Informationen finden Sie unter https://go.microsoft.com/fwlink/?linkid=830387
5-
"version": "0.2.0",
6-
"configurations": [
7-
8-
{
9-
"type": "java",
10-
"name": "Current File",
11-
"request": "launch",
12-
"mainClass": "${file}"
13-
},
14-
{
15-
"type": "java",
16-
"name": "JwtClient",
17-
"request": "launch",
18-
"mainClass": "JwtClient",
19-
"projectName": "java-tokenX5CEntra_c67ad6bf"
20-
}
21-
]
22-
}
3+
"version": "0.2.0",
4+
"configurations": [
5+
{
6+
"type": "java",
7+
"name": "Debug JwtClient",
8+
"request": "launch",
9+
"mainClass": "JwtClient"
10+
}
11+
]
12+
}

0 commit comments

Comments
 (0)