Skip to content

Commit a295f03

Browse files
committed
Remove ASM library definitions.
1 parent 810d719 commit a295f03

File tree

1 file changed

+0
-71
lines changed

1 file changed

+0
-71
lines changed

graal-js/mx.graal-js/suite.py

Lines changed: 0 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -69,77 +69,6 @@
6969
},
7070
},
7171

72-
"ASM-7.1" : {
73-
"moduleName" : "org.objectweb.asm",
74-
"sha1" : "fa29aa438674ff19d5e1386d2c3527a0267f291e",
75-
"sourceSha1" : "9d170062d595240da35301362b079e5579c86f49",
76-
"maven" : {
77-
"groupId" : "org.ow2.asm",
78-
"artifactId" : "asm",
79-
"version" : "7.1",
80-
},
81-
},
82-
83-
"ASM_TREE-7.1" : {
84-
"moduleName" : "org.objectweb.asm.tree",
85-
"sha1" : "a3662cf1c1d592893ffe08727f78db35392fa302",
86-
"sourceSha1" : "157238292b551de8680505fa2d19590d136e25b9",
87-
"maven" : {
88-
"groupId" : "org.ow2.asm",
89-
"artifactId" : "asm-tree",
90-
"version" : "7.1",
91-
},
92-
"dependencies" : [
93-
"ASM-7.1",
94-
],
95-
},
96-
97-
"ASM_ANALYSIS-7.1" : {
98-
"moduleName" : "org.objectweb.asm.tree.analysis",
99-
"sha1" : "379e0250f7a4a42c66c5e94e14d4c4491b3c2ed3",
100-
"sourceSha1" : "36789198124eb075f1a5efa18a0a7812fb16f47f",
101-
"maven" : {
102-
"groupId" : "org.ow2.asm",
103-
"artifactId" : "asm-analysis",
104-
"version" : "7.1",
105-
},
106-
"dependencies" : [
107-
"ASM_TREE-7.1",
108-
],
109-
},
110-
111-
"ASM_COMMONS-7.1" : {
112-
"moduleName" : "org.objectweb.asm.commons",
113-
"sha1" : "431dc677cf5c56660c1c9004870de1ed1ea7ce6c",
114-
"sourceSha1" : "a62ff3ae6e37affda7c6fb7d63b89194c6d006ee",
115-
"maven" : {
116-
"groupId" : "org.ow2.asm",
117-
"artifactId" : "asm-commons",
118-
"version" : "7.1",
119-
},
120-
"dependencies" : [
121-
"ASM-7.1",
122-
"ASM_TREE-7.1",
123-
"ASM_ANALYSIS-7.1",
124-
],
125-
},
126-
127-
"ASM_UTIL-7.1" : {
128-
"moduleName" : "org.objectweb.asm.util",
129-
"sha1" : "5b0b0f8cdb6c90582302ffcf5c20447206122f48",
130-
"sourceSha1" : "728ab1171a60dd2c408e6dd1d12fceb560635346",
131-
"maven" : {
132-
"groupId" : "org.ow2.asm",
133-
"artifactId" : "asm-util",
134-
"version" : "7.1",
135-
},
136-
"dependencies" : [
137-
"ASM-7.1",
138-
"ASM_TREE-7.1",
139-
"ASM_ANALYSIS-7.1",
140-
],
141-
},
142-
14372
"TEST262" : {
14473
"sha1" : "551f5233714aea646d97cfc97c1f4cc7f34bd683",
14574
"urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/truffle/js/test262-538fcd88.tar.bz2"],

0 commit comments

Comments
 (0)