<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>net.jkcode.jkmvc</groupId>
  <artifactId>jkmvc-example</artifactId>
  <version>1.8.0</version>
  <name>jkmvc</name>
  <description>Jkmvc is an elegant, powerful and lightweight MVC &amp; ORM framework built using kotlin. It aims to be swift, secure, and small. It will turn java's heavy development into kotlin's simple pleasure. No spring.</description>
  <url>https://github.com/shigebeyond/jkmvc</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>shijianhang</name>
      <email>772910474@qq.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/shigebeyond/jkmvc.git</connection>
    <developerConnection>scm:git:https://github.com/shigebeyond/jkmvc.git</developerConnection>
    <url>https://github.com/shigebeyond/jkmvc</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>mysql</groupId>
      <artifactId>mysql-connector-java</artifactId>
      <version>5.1.6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>net.jkcode.jkmvc</groupId>
      <artifactId>jkmvc-http</artifactId>
      <version>1.8.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>net.jkcode.jkmvc</groupId>
      <artifactId>jkmvc-server-jetty</artifactId>
      <version>1.8.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>javax.servlet-api</artifactId>
      <version>3.1.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>javax.websocket</groupId>
      <artifactId>javax.websocket-api</artifactId>
      <version>1.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
