Skip to content

Commit 997298e

Browse files
committed
refactor: changed back to maven dependencies
1 parent 7c9dcf6 commit 997298e

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

pom.xml

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
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>
@@ -76,6 +76,11 @@
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>
@@ -87,16 +92,6 @@
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>
@@ -111,7 +106,7 @@
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>

0 commit comments

Comments
 (0)