|
<?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 http://maven.apache.org/maven-v4_0_0.xsd" |
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
<groupId>com.github.alcar32</groupId> |
|
<artifactId>spring-data-jpa-tutorial</artifactId> |
|
<name>Spring Data JPA Tutorial</name> |
|
<version>0.1.0</version> |
|
|
|
<dependencies> |
|
<dependency> |
|
<groupId>org.springframework</groupId> |
|
<artifactId>spring-orm</artifactId> |
|
<version>3.2.5.RELEASE</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework</groupId> |
|
<artifactId>spring-context</artifactId> |
|
<version>3.2.5.RELEASE</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.data</groupId> |
|
<artifactId>spring-data-jpa</artifactId> |
|
<version>1.4.2.RELEASE</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.hibernate</groupId> |
|
<artifactId>hibernate-entitymanager</artifactId> |
|
<version>4.2.7.Final</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.h2database</groupId> |
|
<artifactId>h2</artifactId> |
|
<version>1.3.174</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>cglib</groupId> |
|
<artifactId>cglib</artifactId> |
|
<version>2.2.2</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>asm</groupId> |
|
<artifactId>asm-util</artifactId> |
|
<version>3.3.1</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.slf4j</groupId> |
|
<artifactId>slf4j-simple</artifactId> |
|
<version>1.7.5</version> |
|
</dependency> |
|
</dependencies> |
|
|
|
<properties> |
|
<!-- use UTF-8 for everything --> |
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
|
<spring.version>3.2.5.RELEASE</spring.version> |
|
<start-class>hello.Application</start-class> |
|
</properties> |
|
|
|
<build> |
|
<plugins> |
|
|
|
<plugin> |
|
<groupId>org.codehaus.mojo</groupId> |
|
<artifactId>exec-maven-plugin</artifactId> |
|
<version>1.2.1</version> |
|
<configuration> |
|
<mainClass>${start-class}</mainClass> |
|
</configuration> |
|
</plugin> |
|
|
|
<plugin> |
|
<groupId>org.apache.maven.plugins</groupId> |
|
<artifactId>maven-source-plugin</artifactId> |
|
<version>2.2.1</version> |
|
<executions> |
|
<execution> |
|
<id>attach-sources</id> |
|
<phase>verify</phase> |
|
<goals> |
|
<goal>jar</goal> |
|
</goals> |
|
</execution> |
|
</executions> |
|
</plugin> |
|
<plugin> |
|
<groupId>org.apache.maven.plugins</groupId> |
|
<artifactId>maven-javadoc-plugin</artifactId> |
|
<version>2.9.1</version> |
|
<configuration> |
|
<links> |
|
<link>http://docs.oracle.com/javase/7/docs/api/</link> |
|
</links> |
|
<quiet>true</quiet> |
|
</configuration> |
|
<executions> |
|
<execution> |
|
<id>attach-javadocs</id> |
|
<goals> |
|
<goal>jar</goal> |
|
</goals> |
|
</execution> |
|
</executions> |
|
</plugin> |
|
<plugin> |
|
<groupId>org.apache.maven.plugins</groupId> |
|
<artifactId>maven-compiler-plugin</artifactId> |
|
<version>3.1</version> |
|
<configuration> |
|
<source>1.7</source> |
|
<target>1.7</target> |
|
</configuration> |
|
</plugin> |
|
<plugin> |
|
<groupId>org.apache.maven.plugins</groupId> |
|
<artifactId>maven-eclipse-plugin</artifactId> |
|
<version>2.9</version> |
|
<configuration> |
|
<downloadSources>true</downloadSources> |
|
<downloadJavadocs>true</downloadJavadocs> |
|
</configuration> |
|
</plugin> |
|
</plugins> |
|
</build> |
|
</project> |
elmeztetés menti: elsötétül (spin (@ state-figyelmeztetés-bg, -10), 5%);