File tree Expand file tree Collapse file tree 1 file changed +8
-13
lines changed
Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Original file line number Diff line number Diff line change 4848 <connection >scm:git:git@github.com:Universal-Variability-Language/java-fm-metamodel.git</connection >
4949 <developerConnection >scm:git:git@github.com:Universal-Variability-Language/java-fm-metamodel.git</developerConnection >
5050 <url >https://github.com/Universal-Variability-Language/java-fm-metamodel</url >
51- <tag >HEAD</tag >
52- </scm >
51+ <tag >HEAD</tag >
52+ </scm >
5353
5454 <distributionManagement >
5555 <snapshotRepository >
7676 <artifactId >antlr4-runtime</artifactId >
7777 <version >4.13.1</version >
7878 </dependency >
79+ <dependency >
80+ <groupId >io.github.universal-variability-language</groupId >
81+ <artifactId >uvl-parser</artifactId >
82+ <version >0.3</version >
83+ </dependency >
7984 <dependency >
8085 <groupId >org.junit.jupiter</groupId >
8186 <artifactId >junit-jupiter</artifactId >
8792 <artifactId >guava</artifactId >
8893 <version >31.0.1-jre</version >
8994 </dependency >
90- <dependency >
91- <groupId >uvl</groupId >
92- <artifactId >uvl</artifactId >
93- <version >1.0.0</version >
94- </dependency >
95- <dependency >
96- <groupId >org.antlr</groupId >
97- <artifactId >antlr</artifactId >
98- <version >3.4.0</version >
99- </dependency >
10095 </dependencies >
10196
10297 <build >
111106 <configuration >
112107 <archive >
113108 <manifest >
114- <mainClass >de.vill.main.Example </mainClass >
109+ <mainClass >fully.qualified.MainClass </mainClass >
115110 </manifest >
116111 </archive >
117112 <descriptorRefs >
You can’t perform that action at this time.
0 commit comments