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
@@ -142,7 +142,11 @@ @@ -142,7 +142,11 @@
142 <artifactId>hibernate-validator</artifactId> 142 <artifactId>hibernate-validator</artifactId>
143 <version>4.2.0.Final</version> 143 <version>4.2.0.Final</version>
144 </dependency> 144 </dependency>
145 - 145 + <dependency>
  146 + <groupId>org.json</groupId>
  147 + <artifactId>json</artifactId>
  148 + <version>20140107</version>
  149 +</dependency>
146 </dependencies> 150 </dependencies>
147 <build> 151 <build>
148 <finalName>ases</finalName> 152 <finalName>ases</finalName>