<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.tongweb.springboot</groupId>
    <version>7.0.E.6_P13</version>
    <artifactId>tongweb-spring-boot-starter-3.x</artifactId>
    <dependencies>
        <dependency>
            <groupId>com.tongweb</groupId>
            <artifactId>tongweb-embed-core-3.x</artifactId>
            <version>7.0.E.6_P13</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>com.tongweb</groupId>
            <artifactId>tongweb-embed-el-3.x</artifactId>
            <version>7.0.E.6_P13</version>
            <scope>compile</scope>
        </dependency>
<!--        <dependency>-->
<!--            <groupId>com.tongweb</groupId>-->
<!--            <artifactId>tongweb-javax-annotation</artifactId>-->
<!--            <version>1.2.1</version>-->
<!--        </dependency>-->
        <dependency>
            <groupId>jakarta.annotation</groupId>
            <artifactId>jakarta.annotation-api</artifactId>
            <version>2.1.1</version>
            <scope>compile</scope>
        </dependency>
        <!-- -->

        <dependency>
            <groupId>com.tongweb</groupId>
            <artifactId>tongweb-lic-sdk</artifactId>
            <version>4.5.1.7</version>
        </dependency>
    </dependencies>
</project>