You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.7 KiB
45 lines
1.7 KiB
<?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_P6</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_P6</version> |
|
<scope>compile</scope> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.tongweb</groupId> |
|
<artifactId>tongweb-embed-el-3.x</artifactId> |
|
<version>7.0.E.6_P6</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>org.eclipse.jdt</groupId> |
|
<artifactId>ecj</artifactId> |
|
<version>3.33.0</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.tongweb</groupId> |
|
<artifactId>tongweb-lic-sdk</artifactId> |
|
<version>4.5.0.0</version> |
|
</dependency> |
|
</dependencies> |
|
</project> |