Skip to content

Commit

Permalink
Trying to get github actions to work again...
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanGiles committed Jul 3, 2024
1 parent 4fa57f9 commit 2069acb
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions aspire4j/aspire4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@
</dependency>

<!-- Template engine -->
<!-- <dependency>-->
<!-- <groupId>org.apache.velocity</groupId>-->
<!-- <artifactId>velocity-engine-core</artifactId>-->
<!-- <version>2.3</version>-->
<!-- </dependency>-->
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
Expand All @@ -48,24 +43,10 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.4.1</version>
<configuration>
<archive>
<manifest>
<addClasspath>true</addClasspath>
<classpathPrefix>lib/</classpathPrefix>
<mainClass>com.microsoft.aspire.ManifestGenerator</mainClass>
</manifest>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.1.1</version>
<version>3.3.0</version>
<configuration>
<mainClass>com.microsoft.aspire.ManifestGenerator</mainClass>
</configuration>
Expand Down

0 comments on commit 2069acb

Please sign in to comment.