Skip to content

Commit

Permalink
Fixed "Used undeclared dependencies found"
Browse files Browse the repository at this point in the history
  • Loading branch information
ao-apps committed Mar 19, 2021
1 parent cfd064f commit 30a0d50
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ along with semanticcms-dia-taglib. If not, see <http://www.gnu.org/licenses />.
<includes>element-list, package-list</includes>
<outputDirectory>${project.build.directory}/offlineLinks/com.aoindustries/ao-encoding-taglib</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>com.aoindustries</groupId><artifactId>ao-fluent-html-any</artifactId><classifier>javadoc</classifier>
<includes>element-list, package-list</includes>
<outputDirectory>${project.build.directory}/offlineLinks/com.aoindustries/ao-fluent-html-any</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>com.aoindustries</groupId><artifactId>ao-fluent-html-servlet</artifactId><classifier>javadoc</classifier>
<includes>element-list, package-list</includes>
Expand Down Expand Up @@ -156,6 +161,10 @@ along with semanticcms-dia-taglib. If not, see <http://www.gnu.org/licenses />.
<url>https://aoindustries.com/ao-encoding/taglib/apidocs/</url>
<location>${project.build.directory}/offlineLinks/com.aoindustries/ao-encoding-taglib</location>
</offlineLink>
<offlineLink>
<url>https://aoindustries.com/ao-fluent-html/any/apidocs/</url>
<location>${project.build.directory}/offlineLinks/com.aoindustries/ao-fluent-html-any</location>
</offlineLink>
<offlineLink>
<url>https://aoindustries.com/ao-fluent-html/servlet/apidocs/</url>
<location>${project.build.directory}/offlineLinks/com.aoindustries/ao-fluent-html-servlet</location>
Expand Down Expand Up @@ -215,6 +224,9 @@ along with semanticcms-dia-taglib. If not, see <http://www.gnu.org/licenses />.
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-encoding-taglib</artifactId><version>1.0.2<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-fluent-html-any</artifactId><version>0.4.0<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-fluent-html-servlet</artifactId><version>0.4.0<!-- ${POST-SNAPSHOT} --></version>
</dependency>
Expand Down Expand Up @@ -255,9 +267,6 @@ along with semanticcms-dia-taglib. If not, see <http://www.gnu.org/licenses />.
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-encoding-servlet</artifactId><version>3.0.0<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-fluent-html-any</artifactId><version>0.4.0<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-lang</artifactId><version>4.17.0<!-- ${POST-SNAPSHOT} --></version>
</dependency>
Expand Down Expand Up @@ -317,6 +326,9 @@ along with semanticcms-dia-taglib. If not, see <http://www.gnu.org/licenses />.
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-encoding-taglib</artifactId>
</dependency>
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-fluent-html-any</artifactId>
</dependency>
<dependency>
<groupId>com.aoindustries</groupId><artifactId>ao-fluent-html-servlet</artifactId>
</dependency>
Expand Down

0 comments on commit 30a0d50

Please sign in to comment.