Maven Repository - POM file for JEE Library nan21.dnet.core.business 1.0.6 1.0.6

Summary

DNet Core - Business.

Contains base classes for the transactional service layer..

Declaration

Here is the list of declaration for nan21.dnet.core.business. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>net.nan21.dnet</groupId>
   <artifactId>nan21.dnet.core.business</artifactId>
   <version>1.0.6</version>
</dependency>

If you think this Maven repository POM file listing for nan21.dnet.core.business is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Depends on

The nan21.dnet.core.business-1.0.6 has 6 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
JPA Hibernatehibernate-validator 4.1.0.Final
Hibernate's Bean Validation (JSR-303) reference implementation.
98
Logslf4j-api 1.6.2
The slf4j API
513




POM File Source

Here is the content of the POM file.

<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>net.nan21.dnet</groupId>
    <artifactId>nan21.dnet.core</artifactId>
    <version>1.0.6</version>
  </parent>
  <artifactId>nan21.dnet.core.business</artifactId>
  <name>DNet Core - Business</name>
  <description>Contains base classes for the transactional service layer.</description>
  <packaging>jar</packaging>
  
  <!-- ===================== Dependencies ===================== -->
  
  <dependencies>
  
    <!-- DNet dependencies -->
    
    <dependency>
      <groupId>net.nan21.dnet</groupId>
      <artifactId>nan21.dnet.core.api</artifactId>
      <version>1.0.6</version>
      <type>jar</type>
    </dependency>
  
    <!-- External libraries -->
    
    <dependency>
      <groupId>org.activiti</groupId>
      <artifactId>activiti-engine</artifactId>
      <version>5.9</version>
      <type>jar</type>
    </dependency>
    <dependency>
      <groupId>javax.validation</groupId>
      <artifactId>com.springsource.javax.validation</artifactId>
      <version>1.0.0.GA</version>
      <type>jar</type>
    </dependency>
    <dependency>
      <groupId>org.hibernate</groupId>
      <artifactId>hibernate-validator</artifactId>
      <version>4.1.0.Final</version>
      <type>jar</type>
    </dependency>
    <dependency>
      <groupId>org.eclipse.persistence</groupId>
      <artifactId>javax.persistence</artifactId>
      <version>${jpa.version}</version>
      <type>jar</type>
    </dependency>
    <dependency>
      <groupId>org.eclipse.persistence</groupId>
      <artifactId>org.eclipse.persistence.core</artifactId>
      <version>${eclipselink.version}</version>
      <type>jar</type>
    </dependency>
    <dependency>
      <groupId>org.eclipse.persistence</groupId>
      <artifactId>org.eclipse.persistence.jpa</artifactId>
      <version>${eclipselink.version}</version>
      <type>jar</type>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>org.springframework.beans</artifactId>
      <version>${spring.version}</version>
      <type>jar</type>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>org.springframework.context</artifactId>
      <version>${spring.version}</version>
      <type>jar</type>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>org.springframework.jdbc</artifactId>
      <version>${spring.version}</version>
      <type>jar</type>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>org.springframework.orm</artifactId>
      <version>${spring.version}</version>
      <type>jar</type>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.6.2</version>
      <type>jar</type>
    </dependency>
    <dependency>
      <groupId>org.springframework.integration</groupId>
      <artifactId>spring-integration-core</artifactId>
      <version>2.1.3.RELEASE</version>
      <type>jar</type>
    </dependency>
  </dependencies>
</project>