Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
xml
xml
<dependencies>
   ...
   <dependency>
       <groupId>com<groupId>org.apache.googlecode<struts</groupId>
       <artifactId>jsonplugin<<artifactId>struts2-json-plugin</artifactId>
       <version>0.26<<version>STRUTS_VERSION</version>
   </dependency>
   ...
</dependencies>
<repository>
    <id>Maven Plugin Repository</id>
    <url>http://struts2plugin-maven-repo.googlecode.com/svn/trunk/</url>
    <snapshots>
      <enabled>false</enabled>
    </snapshots>
    <releases>
      <enabled>true</enabled>
    </releases>
</repository>

Customizing Serialization and Deserialization

...