File ezmorph-core-3.1.0.pom of Package ezmorph-core

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.kordamp.ezmorph</groupId>
  <artifactId>ezmorph-core</artifactId>
  <version>3.1.0</version>
  <name>ezmorph</name>
  <description>Simple Java library for transforming an Object to another Object</description>
  <url>https://github.com/kordamp/ezmorph</url>
  <inceptionYear>2006</inceptionYear>
  <licenses>
    <license>
      <name>Apache-2.0</name>
      <url>https://spdx.org/licenses/Apache-2.0.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>aalmiray</id>
      <name>Andres Almiray</name>
      <url>https://andresalmiray.com/</url>
      <roles>
        <role>developer</role>
      </roles>
      <properties>
        <twitter>aalmiray</twitter>
        <github>aalmiray</github>
      </properties>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/kordamp/ezmorph.git</connection>
    <developerConnection>scm:git:git@github.com:kordamp/ezmorph.git</developerConnection>
    <url>https://github.com/kordamp/ezmorph</url>
  </scm>
  <properties/>
  <dependencies>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.14.0</version>
      <exclusions>
        <exclusion>
          <groupId>commons-logging</groupId>
          <artifactId>commons-logging</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>commons-beanutils</groupId>
      <artifactId>commons-beanutils</artifactId>
      <version>1.9.4</version>
      <exclusions>
        <exclusion>
          <groupId>commons-logging</groupId>
          <artifactId>commons-logging</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>2.0.13</version>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>jcl-over-slf4j</artifactId>
      <version>2.0.13</version>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.13.1</version>
    </dependency>
  </dependencies>
</project>
openSUSE Build Service is sponsored by