Skip to content

Commit

Permalink
resolveValue moved from ao-taglib to ao-servlet-util
Browse files Browse the repository at this point in the history
  • Loading branch information
ao-apps committed Oct 2, 2023
1 parent 9692f08 commit 3c77f97
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def upstreamProjects = [
'../../oss/fluent-html-any', // <groupId>com.aoapps</groupId><artifactId>ao-fluent-html-any</artifactId>
'../../oss/fluent-html-servlet', // <groupId>com.aoapps</groupId><artifactId>ao-fluent-html-servlet</artifactId>
'../../oss/io-buffer', // <groupId>com.aoapps</groupId><artifactId>ao-io-buffer</artifactId>
'../../oss/taglib', // <groupId>com.aoapps</groupId><artifactId>ao-taglib</artifactId>
'../../oss/servlet-util', // <groupId>com.aoapps</groupId><artifactId>ao-servlet-util</artifactId>
// No Jenkins: <groupId>javax.el</groupId><artifactId>javax.el-api</artifactId>
// No Jenkins: <groupId>javax.servlet</groupId><artifactId>javax.servlet-api</artifactId>
// No Jenkins: <groupId>javax.servlet.jsp</groupId><artifactId>javax.servlet.jsp-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion book/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ along with semanticcms-dia-taglib. If not, see <https://www.gnu.org/licenses/>.
<groupId>com.semanticcms</groupId><artifactId>semanticcms-changelog-taglib</artifactId><version>1.7.1${POST-SNAPSHOT}</version>
</dependency>
<dependency>
<groupId>com.semanticcms</groupId><artifactId>semanticcms-core-taglib</artifactId><version>1.15.2${POST-SNAPSHOT}</version>
<groupId>com.semanticcms</groupId><artifactId>semanticcms-core-taglib</artifactId><version>1.16.0-SNAPSHOT<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>com.semanticcms</groupId><artifactId>semanticcms-section-taglib</artifactId><version>1.9.1${POST-SNAPSHOT}</version>
Expand Down
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ along with semanticcms-dia-taglib. If not, see <https://www.gnu.org/licenses/>.
<outputDirectory>${project.build.directory}/offlineLinks/com.aoapps/ao-io-buffer</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>com.aoapps</groupId><artifactId>ao-taglib</artifactId><classifier>javadoc</classifier>
<groupId>com.aoapps</groupId><artifactId>ao-servlet-util</artifactId><classifier>javadoc</classifier>
<includes>element-list, package-list</includes>
<outputDirectory>${project.build.directory}/offlineLinks/com.aoapps/ao-taglib</outputDirectory>
<outputDirectory>${project.build.directory}/offlineLinks/com.aoapps/ao-servlet-util</outputDirectory>
</artifactItem>
<!-- ao-javadoc-offline: <groupId>javax.el</groupId><artifactId>javax.el-api</artifactId><classifier>javadoc</classifier> -->
<!-- ao-javadoc-offline: <groupId>javax.servlet</groupId><artifactId>javax.servlet-api</artifactId><classifier>javadoc</classifier> -->
Expand Down Expand Up @@ -226,8 +226,8 @@ along with semanticcms-dia-taglib. If not, see <https://www.gnu.org/licenses/>.
<location>${project.build.directory}/offlineLinks/com.aoapps/ao-io-buffer</location>
</offlineLink>
<offlineLink>
<url>https://oss.aoapps.com/taglib/apidocs/</url>
<location>${project.build.directory}/offlineLinks/com.aoapps/ao-taglib</location>
<url>https://oss.aoapps.com/servlet-util/apidocs/</url>
<location>${project.build.directory}/offlineLinks/com.aoapps/ao-servlet-util</location>
</offlineLink>
<!-- ao-javadoc-offline: <groupId>javax.el</groupId><artifactId>javax.el-api</artifactId><classifier>javadoc</classifier> -->
<!-- ao-javadoc-offline: <groupId>javax.servlet</groupId><artifactId>javax.servlet-api</artifactId><classifier>javadoc</classifier> -->
Expand Down Expand Up @@ -323,7 +323,7 @@ along with semanticcms-dia-taglib. If not, see <https://www.gnu.org/licenses/>.
<groupId>com.aoapps</groupId><artifactId>ao-io-buffer</artifactId><version>4.1.0${POST-SNAPSHOT}</version>
</dependency>
<dependency>
<groupId>com.aoapps</groupId><artifactId>ao-taglib</artifactId><version>8.0.0-SNAPSHOT<!-- ${POST-SNAPSHOT} --></version>
<groupId>com.aoapps</groupId><artifactId>ao-servlet-util</artifactId><version>5.3.0-SNAPSHOT<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<!-- javaee-web-api-bom: <groupId>javax.el</groupId><artifactId>javax.el-api</artifactId> -->
<!-- javaee-web-api-bom: <groupId>javax.servlet</groupId><artifactId>javax.servlet-api</artifactId> -->
Expand All @@ -335,7 +335,7 @@ along with semanticcms-dia-taglib. If not, see <https://www.gnu.org/licenses/>.
<groupId>com.semanticcms</groupId><artifactId>semanticcms-core-servlet</artifactId><version>1.20.0-SNAPSHOT<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>com.semanticcms</groupId><artifactId>semanticcms-core-taglib</artifactId><version>1.15.2${POST-SNAPSHOT}</version>
<groupId>com.semanticcms</groupId><artifactId>semanticcms-core-taglib</artifactId><version>1.16.0-SNAPSHOT<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>com.semanticcms</groupId><artifactId>semanticcms-dia-model</artifactId><version>1.5.0${POST-SNAPSHOT}</version>
Expand Down Expand Up @@ -375,7 +375,7 @@ along with semanticcms-dia-taglib. If not, see <https://www.gnu.org/licenses/>.
<groupId>com.aoapps</groupId><artifactId>ao-servlet-subrequest</artifactId><version>2.0.0${POST-SNAPSHOT}</version>
</dependency>
<dependency>
<groupId>com.aoapps</groupId><artifactId>ao-servlet-util</artifactId><version>5.3.0-SNAPSHOT<!-- ${POST-SNAPSHOT} --></version>
<groupId>com.aoapps</groupId><artifactId>ao-taglib</artifactId><version>8.0.0-SNAPSHOT<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>com.aoapps</groupId><artifactId>ao-tempfiles</artifactId><version>3.0.2${POST-SNAPSHOT}</version>
Expand Down Expand Up @@ -425,7 +425,7 @@ along with semanticcms-dia-taglib. If not, see <https://www.gnu.org/licenses/>.
<groupId>com.aoapps</groupId><artifactId>ao-io-buffer</artifactId>
</dependency>
<dependency>
<groupId>com.aoapps</groupId><artifactId>ao-taglib</artifactId>
<groupId>com.aoapps</groupId><artifactId>ao-servlet-util</artifactId>
</dependency>
<dependency>
<groupId>javax.el</groupId><artifactId>javax.el-api</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/semanticcms/dia/taglib/DiaTag.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* semanticcms-dia-taglib - Java API for embedding Dia-based diagrams in web pages in a JSP environment.
* Copyright (C) 2013, 2014, 2015, 2016, 2017, 2020, 2021, 2022 AO Industries, Inc.
* Copyright (C) 2013, 2014, 2015, 2016, 2017, 2020, 2021, 2022, 2023 AO Industries, Inc.
* support@aoindustries.com
* 7262 Bull Pen Cir
* Mobile, AL 36695
Expand All @@ -23,7 +23,7 @@

package com.semanticcms.dia.taglib;

import static com.aoapps.taglib.AttributeUtils.resolveValue;
import static com.aoapps.servlet.el.ElUtils.resolveValue;

import com.aoapps.encoding.taglib.EncodingBufferedTag;
import com.aoapps.html.servlet.DocumentEE;
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* semanticcms-dia-taglib - Java API for embedding Dia-based diagrams in web pages in a JSP environment.
* Copyright (C) 2021, 2022 AO Industries, Inc.
* Copyright (C) 2021, 2022, 2023 AO Industries, Inc.
* support@aoindustries.com
* 7262 Bull Pen Cir
* Mobile, AL 36695
Expand All @@ -27,7 +27,7 @@
requires com.aoapps.html.any; // <groupId>com.aoapps</groupId><artifactId>ao-fluent-html-any</artifactId>
requires com.aoapps.html.servlet; // <groupId>com.aoapps</groupId><artifactId>ao-fluent-html-servlet</artifactId>
requires com.aoapps.io.buffer; // <groupId>com.aoapps</groupId><artifactId>ao-io-buffer</artifactId>
requires com.aoapps.taglib; // <groupId>com.aoapps</groupId><artifactId>ao-taglib</artifactId>
requires com.aoapps.servlet.util; // <groupId>com.aoapps</groupId><artifactId>ao-servlet-util</artifactId>
requires javax.el.api; // <groupId>javax.el</groupId><artifactId>javax.el-api</artifactId>
requires javax.servlet.api; // <groupId>javax.servlet</groupId><artifactId>javax.servlet-api</artifactId>
requires javax.servlet.jsp.api; // <groupId>javax.servlet.jsp</groupId><artifactId>javax.servlet.jsp-api</artifactId>
Expand Down

0 comments on commit 3c77f97

Please sign in to comment.