Skip to content

Commit

Permalink
CQ-10370 - Write code samples showing how to extend the Hybris connector
Browse files Browse the repository at this point in the history
make the code using DefaultImportHandler compilable
  • Loading branch information
jckautzmann committed Dec 11, 2013
1 parent b452097 commit fb31acd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr.annotations</artifactId>
<version>1.6.0</version>
<version>1.7.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -110,7 +110,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-scr-plugin</artifactId>
<version>1.7.4</version>
<version>1.8.0</version>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
Expand Down

0 comments on commit fb31acd

Please sign in to comment.