|
|
@ -14,7 +14,8 @@ |
|
|
|
~ See the License for the specific language governing permissions and |
|
|
|
~ See the License for the specific language governing permissions and |
|
|
|
~ limitations under the License. |
|
|
|
~ limitations under the License. |
|
|
|
--> |
|
|
|
--> |
|
|
|
<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/xsd/maven-4.0.0.xsd"> |
|
|
|
<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/xsd/maven-4.0.0.xsd"> |
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
<parent> |
|
|
|
<parent> |
|
|
|
<artifactId>json-path-parent</artifactId> |
|
|
|
<artifactId>json-path-parent</artifactId> |
|
|
@ -33,18 +34,6 @@ |
|
|
|
<version>${project.version}</version> |
|
|
|
<version>${project.version}</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
|
|
|
<artifactId>junit</artifactId> |
|
|
|
|
|
|
|
<scope>test</scope> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>com.googlecode.json-simple</groupId> |
|
|
|
|
|
|
|
<artifactId>json-simple</artifactId> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
--> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>net.minidev</groupId> |
|
|
|
<groupId>net.minidev</groupId> |
|
|
|
<artifactId>json-smart</artifactId> |
|
|
|
<artifactId>json-smart</artifactId> |
|
|
@ -54,5 +43,11 @@ |
|
|
|
<groupId>org.hamcrest</groupId> |
|
|
|
<groupId>org.hamcrest</groupId> |
|
|
|
<artifactId>hamcrest-library</artifactId> |
|
|
|
<artifactId>hamcrest-library</artifactId> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
|
|
|
<artifactId>junit</artifactId> |
|
|
|
|
|
|
|
<scope>test</scope> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
</dependencies> |
|
|
|
</dependencies> |
|
|
|
</project> |
|
|
|
</project> |
|
|
|