Skip to content

Commit

Permalink
Revert changes for qanary component template
Browse files Browse the repository at this point in the history
  • Loading branch information
dschiese committed Jan 1, 2025
1 parent 1f14e51 commit 493ab75
Showing 1 changed file with 6 additions and 25 deletions.
31 changes: 6 additions & 25 deletions qanary_component-template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,12 @@

<build>
<plugins>
<!--
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
Expand Down Expand Up @@ -300,31 +306,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>aspectj-maven-plugin</artifactId>
<version>1.14.0</version>
<configuration>
<complianceLevel>1.8</complianceLevel>
<source>1.8</source>
<target>1.8</target>
<weaveDependencies>
<weaveDependency>
<groupId>eu.wdaqua.qanary</groupId>
<artifactId>qa.commons</artifactId>
</weaveDependency>
</weaveDependencies>
<verbose>true</verbose>
<showWeaveInfo>true</showWeaveInfo>
</configuration>
<executions>
<execution>
<goals>
<goal>compile</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 493ab75

Please sign in to comment.