change main class
This commit is contained in:
parent
7c1be80d0c
commit
d62d2503e6
12
pom.xml
12
pom.xml
|
@ -8,7 +8,7 @@
|
|||
<version>${project.version}</version>
|
||||
<timestamp>${maven.build.timestamp}</timestamp>
|
||||
<maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>
|
||||
<mainClassName>itdelatrisu.opsu.Opsu</mainClassName>
|
||||
<mainClassName>yugecin.opsudance.kernel.Entrypoint</mainClassName>
|
||||
<XDG>false</XDG>
|
||||
</properties>
|
||||
<build>
|
||||
|
@ -148,6 +148,16 @@
|
|||
<groupId>com.google.inject</groupId>
|
||||
<artifactId>guice</artifactId>
|
||||
<version>4.1.0</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.ow2.asm</groupId>
|
||||
<artifactId>asm</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>cglib</groupId>
|
||||
<artifactId>cglib</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<!--
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue
Block a user