Skip to content

Commit a1b2033

Browse files
committed
[GR-52171] Duplicate language meta-pom into the language maven group.
PullRequest: graalpython/3221
2 parents b175ea0 + 9955187 commit a1b2033

File tree

2 files changed

+5
-29
lines changed

2 files changed

+5
-29
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "overlay": "ec4d7ca4285a497958bced63e19f1f18cac4afb1" }
1+
{ "overlay": "7ba0dd5e9c602ecf9bb4012cf88512da174c9cf4" }

mx.graalpython/suite.py

Lines changed: 4 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -45,31 +45,31 @@
4545
},
4646
{
4747
"name": "sdk",
48-
"version": "f54611aa91551ffd57138799a360a7ff70c638a2",
48+
"version": "219b3c7e4c89b8229ba9af7adfa8c1f3acfddbbd",
4949
"subdir": True,
5050
"urls": [
5151
{"url": "https://github.com/oracle/graal", "kind": "git"},
5252
]
5353
},
5454
{
5555
"name": "tools",
56-
"version": "f54611aa91551ffd57138799a360a7ff70c638a2",
56+
"version": "219b3c7e4c89b8229ba9af7adfa8c1f3acfddbbd",
5757
"subdir": True,
5858
"urls": [
5959
{"url": "https://github.com/oracle/graal", "kind": "git"},
6060
],
6161
},
6262
{
6363
"name": "sulong",
64-
"version": "f54611aa91551ffd57138799a360a7ff70c638a2",
64+
"version": "219b3c7e4c89b8229ba9af7adfa8c1f3acfddbbd",
6565
"subdir": True,
6666
"urls": [
6767
{"url": "https://github.com/oracle/graal", "kind": "git"},
6868
]
6969
},
7070
{
7171
"name": "regex",
72-
"version": "f54611aa91551ffd57138799a360a7ff70c638a2",
72+
"version": "219b3c7e4c89b8229ba9af7adfa8c1f3acfddbbd",
7373
"subdir": True,
7474
"urls": [
7575
{"url": "https://github.com/oracle/graal", "kind": "git"},
@@ -1099,30 +1099,6 @@
10991099
},
11001100

11011101
"PYTHON_COMMUNITY": {
1102-
"type": "pom",
1103-
"runtimeDependencies": [
1104-
"GRAALPYTHON",
1105-
"GRAALPYTHON_RESOURCES",
1106-
"truffle:TRUFFLE_RUNTIME",
1107-
],
1108-
"description": "GraalPython engine.",
1109-
"maven": {
1110-
"groupId": "org.graalvm.polyglot",
1111-
"artifactId": "python-community",
1112-
"tag": ["default", "public"],
1113-
},
1114-
"license": [
1115-
"UPL",
1116-
"MIT",
1117-
"PSF-License",
1118-
],
1119-
},
1120-
1121-
# We generate the POM project twice with different group ids,
1122-
# because we found some users look into the org.graalvm.python
1123-
# maven group directly and pick python-language directly as
1124-
# dependency, which then spells trouble.
1125-
"PYTHON_COMMUNITY_2": {
11261102
"type": "pom",
11271103
"runtimeDependencies": [
11281104
"GRAALPYTHON",

0 commit comments

Comments
 (0)