Skip to content

Commit

Permalink
fixes #22 update light-hybrid-4j generator pom and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu committed May 12, 2017
1 parent b7565fb commit d48bacb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 23 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Light Java Hybrid Server
# Light Hybrid 4J Server

## Start server

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,9 @@
<version.httpasyncclient>4.1.2</version.httpasyncclient>
<version.fastscanner>2.0.8</version.fastscanner>
<version.json-schema-validator>0.1.7</version.json-schema-validator>
<version.swagger>1.5.13</version.swagger>
</properties>

<dependencies>
<dependency>
<groupId>com.networknt</groupId>
<artifactId>codegen-core</artifactId>
<version>${version.light-hybrid-4j}</version>
</dependency>
<dependency>
<groupId>com.networknt</groupId>
<artifactId>codegen-fwk</artifactId>
<version>${version.light-hybrid-4j}</version>
</dependency>
<dependency>
<groupId>com.networknt</groupId>
<artifactId>client</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Light Java Hybrid Service
# Light Hybrid 4J Service

This project is a testing platform for developing light-hybrid-4j services. You can build and test your service
here and then build a small jar file that contains only your handler classes. To deploy your service, just drop
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,6 @@
</properties>

<dependencies>
<dependency>
<groupId>com.networknt</groupId>
<artifactId>codegen-core</artifactId>
<version>${version.light-hybrid-4j}</version>
</dependency>
<dependency>
<groupId>com.networknt</groupId>
<artifactId>codegen-fwk</artifactId>
<version>${version.light-hybrid-4j}</version>
</dependency>
<dependency>
<groupId>com.networknt</groupId>
<artifactId>client</artifactId>
Expand Down

0 comments on commit d48bacb

Please sign in to comment.