Skip to content

Commit

Permalink
SAK-26066 lombok cleanup
Browse files Browse the repository at this point in the history
git-svn-id: https://source.sakaiproject.org/svn/master/trunk@307921 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
ern committed Apr 8, 2014
1 parent e19dfa7 commit 30db7bc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
<sakai.hibernate.version>3.6.10.Final</sakai.hibernate.version>
<sakai.jcr.version>1.0</sakai.jcr.version>
<sakai.jstl.version>1.1.2</sakai.jstl.version>
<sakai.lombok.version>1.12.4</sakai.lombok.version>
<sakai.pluto.version>1.1.7</sakai.pluto.version>
<sakai.quartz.version>1.8.6</sakai.quartz.version>
<sakai.servletapi.version>2.4</sakai.servletapi.version>
Expand Down Expand Up @@ -964,7 +965,7 @@
<dependency>
<groupId>org.sakaiproject.message</groupId>
<artifactId>sakai-message-util</artifactId>
<version>${project.version}</version>
<version>${sakai.version}</version>
</dependency>
<dependency>
<groupId>org.sakaiproject.message</groupId>
Expand Down Expand Up @@ -1258,7 +1259,7 @@
<!-- To keep make it easy to update all tool versions -->
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.12.4</version>
<version>${sakai.lombok.version}</version>
<scope>provided</scope><!-- Lombok only needed at build time -->
</dependency>
</dependencies>
Expand Down

0 comments on commit 30db7bc

Please sign in to comment.