jext-spring
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>es.iti.commons</groupId> <artifactId>jext-spring</artifactId> <version>2.3.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ This Source Code Form is subject to the terms of the Mozilla Public ~ License, v. 2.0. If a copy of the MPL was not distributed with this ~ file, You can obtain one at https://mozilla.org/MPL/2.0/. --> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>es.iti.commons</groupId> <artifactId>jext-spring</artifactId> <version>2.3.0</version> <name>jExt - Spring integration</name> <description>Integration of Spring managed beans with jExt</description> <url>https://github.com/iti-ict/wakamiti/jext-spring</url> <inceptionYear>2019</inceptionYear> <organization> <name>ITI - Instituto Tecnológico de Informática</name> <url>https://www.iti.es</url> </organization> <licenses> <license> <name>MPL-2.0</name> <url>https://www.mozilla.org/en-US/MPL/2.0/</url> </license> </licenses> <developers> <developer> <email>linesta@iti.es</email> </developer> <developer> <email>mgalbis@iti.es</email> </developer> </developers> <scm> <url>https://github.com/iti-ict/wakamiti/issues/jext-spring</url> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> <version>2.15.2</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> <version>2.15.2</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.15.2</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId> <artifactId>jackson-dataformat-xml</artifactId> <version>2.15.2</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId> <artifactId>jackson-dataformat-yaml</artifactId> <version>2.15.2</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId> <artifactId>jackson-dataformat-toml</artifactId> <version>2.15.2</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-jsr310</artifactId> <version>2.15.2</version> </dependency> <dependency> <groupId>com.jayway.jsonpath</groupId> <artifactId>json-path</artifactId> <version>2.9.0</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> <version>4.0.0</version> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.11.0</version> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>1.17.0</version> </dependency> <dependency> <groupId>io.github.luiinge</groupId> <artifactId>slf4j-ansi</artifactId> <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.14.0</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> <version>1.11.0</version> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> <version>2.19.0</version> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> <version>2.19.0</version> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-slf4j-impl</artifactId> <version>2.19.0</version> </dependency> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <version>3.24.2</version> </dependency> <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> <version>4.2.0</version> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest</artifactId> <version>2.2</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.36</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>1.7.36</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.13.2</version> </dependency> <dependency> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy</artifactId> <version>1.14.12</version> </dependency> <dependency> <groupId>org.apache.groovy</groupId> <artifactId>groovy</artifactId> <version>4.0.13</version> </dependency> <dependency> <groupId>org.apache.groovy</groupId> <artifactId>groovy-ant</artifactId> <version>4.0.13</version> </dependency> <dependency> <groupId>org.apache.groovy</groupId> <artifactId>groovy-astbuilder</artifactId> <version>4.0.13</version> </dependency> <dependency> <groupId>org.apache.groovy</groupId> <artifactId>groovy-cli-commons</artifactId> <version>4.0.13</version> </dependency> <dependency> <groupId>org.apache.groovy</groupId> <artifactId>groovy-cli-picocli</artifactId> <version>4.0.13</version> </dependency> <dependency> <groupId>org.apache.groovy</groupId> <artifactId>groovy-console</artifactId> <version>4.0.13</version> </dependency> <dependency> <groupId>org.apache.groovy</groupId> <artifactId>groovy-contracts</artifactId> <version>4.0.13</version> </dependency> <dependency> <groupId>org.apache.groovy</groupId> <artifactId>groovy-datetime</artifactId> <version>4.0.13</version> </dependency> <dependency> <groupId>org.apache.groovy</groupId> <artifactId>groovy-dateutil</artifactId> <version>4.0.13</version> </dependency> <dependency> <groupId>org.apache.groovy</groupId> <artifactId>groovy-docgenerator</artifactId> <version>4.0.13</version> </dependency> <dependency> <groupId>org.apache.groovy</groupId> <artifactId>groovy-ginq</artifactId> <version>4.0.13</version> </dependency> <dependency> <groupId>org.apache.groovy</groupId> <artifactId>groovy-groovydoc</artifactId> <version>4.0.13</version> </dependency> <dependency> <groupId>org.apache.groovy</groupId> <artifactId>groovy-groovysh</artifactId> <version>4.0.13</version> </dependency> <dependency> <groupId>org.apache.groovy</groupId> <artifactId>groovy-jmx</artifactId> <version>4.0.13</version> </dependency> <dependency> <groupId>org.apache.groovy</groupId> <artifactId>groovy-json</artifactId> <version>4.0.13</version> </dependency> <dependency> <groupId>org.apache.groovy</groupId> <artifactId>groovy-jsr223</artifactId> <version>4.0.13</version> </dependency> <dependency> <groupId>org.apache.groovy</groupId> <artifactId>groovy-macro</artifactId> <version>4.0.13</version> </dependency> <dependency> <groupId>org.apache.groovy</groupId> <artifactId>groovy-macro-library</artifactId> <version>4.0.13</version> </dependency> <dependency> <groupId>org.apache.groovy</groupId> <artifactId>groovy-nio</artifactId> <version>4.0.13</version> </dependency> <dependency> <groupId>org.apache.groovy</groupId> <artifactId>groovy-servlet</artifactId> <version>4.0.13</version> </dependency> <dependency> <groupId>org.apache.groovy</groupId> <artifactId>groovy-sql</artifactId> <version>4.0.13</version> </dependency> <dependency> <groupId>org.apache.groovy</groupId> <artifactId>groovy-swing</artifactId> <version>4.0.13</version> </dependency> <dependency> <groupId>org.apache.groovy</groupId> <artifactId>groovy-templates</artifactId> <version>4.0.13</version> </dependency> <dependency> <groupId>org.apache.groovy</groupId> <artifactId>groovy-test</artifactId> <version>4.0.13</version> </dependency> <dependency> <groupId>org.apache.groovy</groupId> <artifactId>groovy-test-junit5</artifactId> <version>4.0.13</version> </dependency> <dependency> <groupId>org.apache.groovy</groupId> <artifactId>groovy-testng</artifactId> <version>4.0.13</version> </dependency> <dependency> <groupId>org.apache.groovy</groupId> <artifactId>groovy-toml</artifactId> <version>4.0.13</version> </dependency> <dependency> <groupId>org.apache.groovy</groupId> <artifactId>groovy-typecheckers</artifactId> <version>4.0.13</version> </dependency> <dependency> <groupId>org.apache.groovy</groupId> <artifactId>groovy-xml</artifactId> <version>4.0.13</version> </dependency> <dependency> <groupId>org.apache.groovy</groupId> <artifactId>groovy-yaml</artifactId> <version>4.0.13</version> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>es.iti.commons</groupId> <artifactId>jext</artifactId> <version>1.3.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>5.3.24</version> <scope>provided</scope> </dependency> </dependencies> <build> <pluginManagement> <plugins> <plugin> <artifactId>maven-antrun-plugin</artifactId> <version>1.3</version> </plugin> <plugin> <artifactId>maven-assembly-plugin</artifactId> <version>2.2-beta-5</version> </plugin> <plugin> <artifactId>maven-dependency-plugin</artifactId> <version>2.8</version> </plugin> <plugin> <artifactId>maven-release-plugin</artifactId> <version>2.5.3</version> </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>3.8.0</version> <configuration> <release>11</release> <verbose>${verbose}</verbose> <compilerArgs> <arg>-Xlint:all</arg> </compilerArgs> <forceJavacCompilerUse>true</forceJavacCompilerUse> <encoding>UTF-8</encoding> </configuration> </plugin> <plugin> <artifactId>maven-resources-plugin</artifactId> <version>3.3.0</version> <configuration> <encoding>UTF-8</encoding> </configuration> </plugin> <plugin> <artifactId>maven-enforcer-plugin</artifactId> <version>3.3.0</version> <executions> <execution> <id>enforce</id> <goals> <goal>enforce</goal> </goals> <configuration> <rules> <dependencyConvergence> <excludedScopes> <scope>test</scope> </excludedScopes> </dependencyConvergence> <requireMavenVersion> <version>3.8.6</version> </requireMavenVersion> </rules> </configuration> </execution> </executions> </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> <version>2.18.1</version> <configuration> <argLine>@{surefireJacocoAgent} -XX:+EnableDynamicAgentLoading -Dfile.encoding=UTF-8 --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED</argLine> </configuration> </plugin> <plugin> <artifactId>maven-failsafe-plugin</artifactId> <version>2.18.1</version> <executions> <execution> <goals> <goal>integration-test</goal> <goal>verify</goal> </goals> <configuration> <argLine>@{failsafeJacocoAgent} -XX:+EnableDynamicAgentLoading -Dfile.encoding=UTF-8 --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED</argLine> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>0.8.11</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>flatten-maven-plugin</artifactId> <version>1.2.7</version> <executions> <execution> <id>flatten</id> <phase>process-resources</phase> <goals> <goal>flatten</goal> </goals> </execution> <execution> <id>flatten-clean</id> <phase>clean</phase> <goals> <goal>clean</goal> </goals> </execution> </executions> <configuration> <updatePomFile>true</updatePomFile> <flattenDependencyMode>all</flattenDependencyMode> <pomElements> <name>expand</name> <description>expand</description> <url>expand</url> <inceptionYear>expand</inceptionYear> <organization>expand</organization> <scm>expand</scm> <developers>expand</developers> <properties>keep</properties> <dependencyManagement>expand</dependencyManagement> <pluginManagement>expand</pluginManagement> <dependencies>expand</dependencies> <build>keep</build> </pomElements> </configuration> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>${maven.compiler.version}</version> <configuration> <release>${maven.compiler.release}</release> <compilerArgs> <arg>-Xlint:all</arg> </compilerArgs> <annotationProcessorPaths> <annotationProcessorPath> <groupId>es.iti.commons</groupId> <artifactId>jext</artifactId> <version>${jext.version}</version> </annotationProcessorPath> </annotationProcessorPaths> </configuration> </plugin> </plugins> </build> </project>