Skip to content

Commit

Permalink
Improved support for taglib serialization
Browse files Browse the repository at this point in the history
marked attribute fields transient and calling init() from readObject(…).
  • Loading branch information
ao-apps committed Oct 7, 2023
1 parent d30cd9d commit 65bed9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ along with pragmatickm-contact-taglib. If not, see <https://www.gnu.org/license
<groupId>com.semanticcms</groupId><artifactId>semanticcms-section-taglib</artifactId><version>1.10.0-SNAPSHOT<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>com.semanticcms</groupId><artifactId>semanticcms-tag-reference</artifactId><version>1.10.1${POST-SNAPSHOT}</version>
<groupId>com.semanticcms</groupId><artifactId>semanticcms-tag-reference</artifactId><version>1.10.2-SNAPSHOT<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<!-- javaee-web-api-bom: <groupId>org.apache.taglibs</groupId><artifactId>taglibs-standard-spec</artifactId> -->
<!-- Transitive -->
Expand Down

0 comments on commit 65bed9e

Please sign in to comment.