Skip to content

Commit

Permalink
Add optional dependency to annotation processor
Browse files Browse the repository at this point in the history
This ensures in a parallel full rebuild the APT module is build before
the module using it.
  • Loading branch information
mvilliger committed Apr 23, 2024
1 parent c0f2070 commit f99d527
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion org.eclipse.scout.rt.server.jaxws.test/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2010, 2023 BSI Business Systems Integration AG
~ Copyright (c) 2010, 2024 BSI Business Systems Integration AG
~
~ This program and the accompanying materials are made
~ available under the terms of the Eclipse Public License 2.0
Expand Down Expand Up @@ -68,6 +68,7 @@
<dependency>
<groupId>org.eclipse.scout.rt</groupId>
<artifactId>org.eclipse.scout.jaxws.apt</artifactId>
<scope>provided</scope>
<optional>true</optional>
</dependency>

Expand Down

0 comments on commit f99d527

Please sign in to comment.