Skip to content

Commit

Permalink
Added support for PUT method, attach files in POST method, receive re…
Browse files Browse the repository at this point in the history
…sponse as binary file to store into joget form file upload file
  • Loading branch information
hugoatjoget committed Apr 30, 2022
1 parent 4cabe4f commit 70c8163
Show file tree
Hide file tree
Showing 4 changed files with 738 additions and 207 deletions.
12 changes: 11 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.joget.marketplace</groupId>
<artifactId>enhanced-json-tool</artifactId>
<packaging>bundle</packaging>
<version>7.0.0</version>
<version>7.0.1</version>
<name>enhanced-json-tool</name>
<url>http://www.joget.org</url>
<build>
Expand Down Expand Up @@ -84,11 +84,21 @@
<artifactId>httpclient</artifactId>
<version>[4.5.13,)</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.5.13</version>
</dependency>
<dependency>
<groupId>org.beanshell</groupId>
<artifactId>bsh</artifactId>
<version>2.0b4</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.3.3</version>
</dependency>
<!-- End change plugin specific dependencies here -->
</dependencies>
<distributionManagement>
Expand Down
Loading

0 comments on commit 70c8163

Please sign in to comment.