Commit 46a893764dbcc17e6a20bd1abe949cb63cf312bd

Authored by mp-96409975520
1 parent 84af5f97
Exists in master

Adição da dependência "org.json" para converter xml para json.

Showing 1 changed file with 5 additions and 1 deletions   Show diff stats
pom.xml
... ... @@ -142,7 +142,11 @@
142 142 <artifactId>hibernate-validator</artifactId>
143 143 <version>4.2.0.Final</version>
144 144 </dependency>
145   -
  145 + <dependency>
  146 + <groupId>org.json</groupId>
  147 + <artifactId>json</artifactId>
  148 + <version>20140107</version>
  149 +</dependency>
146 150 </dependencies>
147 151 <build>
148 152 <finalName>ases</finalName>
... ...