Skip to content

Commit

Permalink
LSNBLDR-674; don't want common logging emulator in 11; we have the re…
Browse files Browse the repository at this point in the history
…al thing (sakaiproject#3035)
  • Loading branch information
clhedrick authored Jul 14, 2016
1 parent 28f2fd3 commit 3c55f98
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
16 changes: 6 additions & 10 deletions lessonbuilder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,23 +69,19 @@
<activeByDefault>true</activeByDefault>
</activation>

<properties>
<!-- this is for the jcl-over-slf4j library. 12 has it in /lib, 11 doesn't -->
<jclslf>provided</jclslf>
</properties>

</profile>


<profile>
<id>11</id>

<properties>
<!-- this is for the jcl-over-slf4j library. 12 has it in /lib, 11 doesn't -->
<jclslf>compile</jclslf>
</properties>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
</dependencies>

<!-- nothing special yet -->
</profile>

<!-- if you want to try this on 10, start with the 11 profile.
Expand Down
6 changes: 0 additions & 6 deletions lessonbuilder/tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -202,12 +202,6 @@
<artifactId>opencsv</artifactId>
<version>2.3</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>${sakai.slf4j.version}</version>
<scope>${jclslf}</scope>
</dependency>

</dependencies>

Expand Down

0 comments on commit 3c55f98

Please sign in to comment.