4343 <artifactId >jul-to-slf4j</artifactId >
4444 <version >2.0.17</version >
4545 </dependency >
46-
46+ <dependency >
47+ <groupId >org.nasdanika.core</groupId >
48+ <artifactId >xcore-cli</artifactId >
49+ <version >2026.2.0</version >
50+ </dependency >
51+ <dependency >
52+ <groupId >org.nasdanika.core</groupId >
53+ <artifactId >xsd</artifactId >
54+ <version >2026.2.0</version >
55+ </dependency >
4756 <dependency >
4857 <groupId >org.nasdanika.models.app</groupId >
4958 <artifactId >cli</artifactId >
131140 <version >6.0.1</version >
132141 <scope >test</scope >
133142 </dependency >
134-
135-
136- <!-- XCore dependencies -->
137- <dependency >
138- <groupId >org.nasdanika</groupId >
139- <artifactId >xtext</artifactId >
140- <classifier >jpms-ready</classifier >
141- <version >2.42.0</version >
142- </dependency >
143- <dependency >
144- <groupId >org.eclipse.emf</groupId >
145- <artifactId >org.eclipse.emf.ecore.xcore</artifactId >
146- <version >1.36.0</version >
147- <exclusions >
148- <exclusion >
149- <groupId >org.eclipse.xtext</groupId >
150- <artifactId >org.eclipse.xtext</artifactId >
151- </exclusion >
152- <exclusion >
153- <groupId >org.eclipse.xtext</groupId >
154- <artifactId >org.eclipse.xtext.util</artifactId >
155- </exclusion >
156- </exclusions >
157- </dependency >
158- <dependency >
159- <groupId >org.eclipse.emf</groupId >
160- <artifactId >org.eclipse.emf.ecore.xcore.lib</artifactId >
161- <version >1.7.1</version >
162- </dependency >
163- <dependency >
164- <groupId >org.apache.logging.log4j</groupId >
165- <artifactId >log4j-api</artifactId >
166- <version >2.25.4</version >
167- </dependency >
168- <dependency >
169- <groupId >org.apache.logging.log4j</groupId >
170- <artifactId >log4j-core</artifactId >
171- <version >2.25.4</version >
172- </dependency >
173-
174- <dependency >
175- <groupId >org.apache.logging.log4j</groupId >
176- <artifactId >log4j-1.2-api</artifactId >
177- <version >2.25.4</version >
178- </dependency >
179143
180144 </dependencies >
181145
372336 </profile >
373337 </profiles >
374338
375- <!-- For Xtext wrapper -->
376- <repositories >
377- <repository >
378- <id >nasdanika-releases</id >
379- <url >https://maven.nasdanika.org/releases</url >
380- </repository >
381- </repositories >
382-
383339</project >
0 commit comments