File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1117
1117
],
1118
1118
},
1119
1119
1120
+ # We generate the POM project twice with different group ids,
1121
+ # because we found some users look into the org.graalvm.python
1122
+ # maven group directly and pick python-language directly as
1123
+ # dependency, which then spells trouble.
1124
+ "PYTHON_COMMUNITY_2" : {
1125
+ "type" : "pom" ,
1126
+ "runtimeDependencies" : [
1127
+ "GRAALPYTHON" ,
1128
+ "GRAALPYTHON_RESOURCES" ,
1129
+ "truffle:TRUFFLE_RUNTIME" ,
1130
+ ],
1131
+ "description" : "GraalPython engine." ,
1132
+ "maven" : {
1133
+ "groupId" : "org.graalvm.python" ,
1134
+ "artifactId" : "python-community" ,
1135
+ "tag" : ["default" , "public" ],
1136
+ },
1137
+ "license" : [
1138
+ "UPL" ,
1139
+ "MIT" ,
1140
+ "PSF-License" ,
1141
+ ],
1142
+ },
1143
+
1120
1144
"GRAALPYTHON_PROCESSOR" : {
1121
1145
"dependencies" : [
1122
1146
"com.oracle.graal.python.processor" ,
You can’t perform that action at this time.
0 commit comments