Skip to content

Commit

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

<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 @@ -306,6 +300,31 @@
</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 45c1691

Please sign in to comment.