Browse Source

Demo common libs v update (#2298)

* Update version of dependency commons-fileupload
* More details to demo readme
pull/2299/head
penmetsaa 7 years ago
committed by GitHub
parent
commit
30019f9794
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions
  1. +5
    -0
      java/demo/README
  2. +1
    -1
      java/demo/pom.xml

+ 5
- 0
java/demo/README View File

@ -14,3 +14,8 @@ How to run the webapp locally?
How to deploy the webapp to Appengine? How to deploy the webapp to Appengine?
$ mvn gae:update $ mvn gae:update
If you have made any changes to the code or pom.xml file of demo here,
you may need to run Maven commands like ```mvn clean install -U```
(especially one hierarchy above i.e at java/ folder) to resolve any
dependency issues w.r.t new developement version.

+ 1
- 1
java/demo/pom.xml View File

@ -78,7 +78,7 @@
<dependency> <dependency>
<groupId>commons-fileupload</groupId> <groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId> <artifactId>commons-fileupload</artifactId>
<version>1.2</version>
<version>1.3</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>commons-lang</groupId> <groupId>commons-lang</groupId>


Loading…
Cancel
Save