Skip to content

Commit

Permalink
Updated the Eclipse Link and it’s version so that it can find the rep…
Browse files Browse the repository at this point in the history
…o and dependency
  • Loading branch information
van den Bulk, Henri committed Feb 25, 2017
1 parent 964fa02 commit 886cb0c
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions pom.xml
Expand Up @@ -7,7 +7,7 @@
<packaging>jar</packaging>
<version>1.1</version>
<name>CloudReports</name>
<description>CloudReports is a graphic tool that simulates distributed computing environments based on the Cloud Computing paradigm. It uses CloudSim as its simulation engine and provides an easy-to-use user interface, report generation features and creation of extensions in a plugin fashion.
<description>CloudReports is a graphic tool that simulates distributed computing environments based on the Cloud Computing paradigm. It uses CloudSim as its simulation engine and provides an easy-to-use user interface, report generation features and creation of extensions in a plugin fashion.
</description>
<repositories>
<repository>
Expand All @@ -26,19 +26,24 @@
<enabled>true</enabled>
</releases>
</repository>
<repository>
<!-- <repository>
<id>EclipseLink Repo</id>
<url>http://www.eclipse.org/downloads/download.php?r=1&amp;nf=1&amp;file=/rt/eclipselink/maven.repo</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repository> -->
<repository>
<id>project-local-repo</id>
<url>file://${basedir}/maven-repo</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>javax.transaction</groupId>
<artifactId>jta</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand All @@ -48,7 +53,7 @@
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>eclipselink</artifactId>
<version>2.0.0</version>
<version>2.6.4</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -216,4 +221,4 @@
<buildNumber>${maven.build.timestamp}</buildNumber>
<hibernate.annotation.version>3.0.0.GA</hibernate.annotation.version>
</properties>
</project>
</project>

0 comments on commit 886cb0c

Please sign in to comment.