org.openl.rules.tableeditor
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.openl.rules</groupId>
<artifactId>org.openl.rules.tableeditor</artifactId>
<version>6.0.0</version>
</dependency><?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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.openl.rules</groupId>
<artifactId>org.openl.rules.studio-pom</artifactId>
<version>6.0.0</version>
</parent>
<artifactId>org.openl.rules.tableeditor</artifactId>
<packaging>jar</packaging>
<name>OpenL - STUDIO - TableEditor</name>
<description>TableEditor JSF Component</description>
<url>https://openl-tablets.org</url>
<properties>
<sonar.sources>src,js</sonar.sources>
</properties>
<build>
<resources>
<resource>
<directory>.</directory>
<includes>
<include>META-INF/*</include>
<include>js/**</include>
<include>img/**</include>
<include>css/**</include>
<include>docs/**</include>
</includes>
</resource>
</resources>
</build>
<dependencies>
<dependency>
<groupId>com.sdicons.jsontools</groupId>
<artifactId>jsontools-core</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.faces</artifactId>
</dependency>
<dependency>
<groupId>jakarta.el</groupId>
<artifactId>jakarta.el-api</artifactId>
</dependency>
<dependency>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-api</artifactId>
</dependency>
<dependency>
<groupId>jakarta.servlet.jsp</groupId>
<artifactId>jakarta.servlet.jsp-api</artifactId>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
</dependency>
<!-- OpenL dependencies -->
<dependency>
<groupId>org.openl.rules</groupId>
<artifactId>org.openl.rules</artifactId>
</dependency>
</dependencies>
</project>