Skip to content

Commit

Permalink
Remove com.sun.* dependency
Browse files Browse the repository at this point in the history
Removes com.sun.* dependency. Uses vert.x as
the http server. Infers main class name from
manifest.mf

Signed-off-by: Gorkem Ercan <[email protected]>
  • Loading branch information
gorkem committed Apr 27, 2018
1 parent 4dca2dd commit 6cd48ab
Show file tree
Hide file tree
Showing 3 changed files with 179 additions and 229 deletions.
2 changes: 2 additions & 0 deletions java8/proxy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ repositories {

dependencies {
compile 'com.google.code.gson:gson:2.6.2'
compile 'io.vertx:vertx-core:3.5.1'
compile 'io.vertx:vertx-web:3.5.1'
}

jar {
Expand Down
94 changes: 0 additions & 94 deletions java8/proxy/src/main/java/openwhisk/java/action/JarLoader.java

This file was deleted.

Loading

0 comments on commit 6cd48ab

Please sign in to comment.