Skip to content

Commit

Permalink
updated JSON-P version
Browse files Browse the repository at this point in the history
  • Loading branch information
sdaschner committed Sep 21, 2017
1 parent 7229b82 commit fd4ad3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.json</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1</version>
</dependency>
<dependency>
<groupId>javax</groupId>
Expand Down Expand Up @@ -179,12 +179,4 @@
</profile>
</profiles>

<repositories>
<repository>
<id>java.net-snapshot</id>
<url>https://maven.java.net/content/repositories/snapshots/</url>
<snapshots />
</repository>
</repositories>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public static Collection<Object[]> data() {
"=== Response\n" +
"*Content-Type*: `\\*/*`\n" +
"\n" +
"==== `200 OK`\n" + "*Response Body*: (`javax.json.Json`)\n\n[source,javascript]\n" + "----\n" + "{\n" + " \"another\":0,\n" + " \"key\":\"string\"\n" + "}\n" + "----\n\n\n\n", true);
"==== `200 OK`\n" + "*Response Body*: (`javax.json.Json`)\n\n[source,javascript]\n" + "----\n" + "{\n" + " \"another\": 0,\n" + " \"key\": \"string\"\n" + "}\n" + "----\n\n\n\n", true);

identifier = TypeIdentifier.ofDynamic();
properties = new HashMap<>();
Expand Down

0 comments on commit fd4ad3b

Please sign in to comment.