Skip to content

Commit

Permalink
1.4.2
Browse files Browse the repository at this point in the history
* Do not add .asMap() method to custom (package-equal) ObjectNode
  implementation: if another implementation is loaded before ours, this will
  lead to class loader errors (issue #30)

Francis Galiegue (1):
      Remove .asMap() method from custom ObjectNode implementations

Signed-off-by: Francis Galiegue <[email protected]>
  • Loading branch information
fge committed Jan 2, 2013
1 parent 7e93212 commit 89afe39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
~ Lesser GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses />.
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.kitchen-eel</groupId>
<artifactId>json-schema-validator</artifactId>
<name>json-schema-validator</name>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.3-SNAPSHOT</version>
<packaging>jar</packaging>
<description>A Java implementation of the JSON Schema specification</description>
<url>https://github.com/fge/json-schema-validator</url>
Expand Down

0 comments on commit 89afe39

Please sign in to comment.