Skip to content

Commit

Permalink
Updated pom files
Browse files Browse the repository at this point in the history
  • Loading branch information
nhaarman committed Jun 15, 2014
1 parent 355e2de commit 34d757e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 6 deletions.
7 changes: 7 additions & 0 deletions example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@
<version>${project.version}</version>
<type>apklib</type>
</dependency>

<!-- StickyListHeaders -->
<dependency>
<groupId>se.emilsjolander</groupId>
<artifactId>library</artifactId>
<version>2.4.0</version>
</dependency>
</dependencies>

<build>
Expand Down
23 changes: 17 additions & 6 deletions lib-core-slh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.nhaarman.listviewanimations</groupId>
<artifactId>parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>library</artifactId>
Expand All @@ -21,11 +21,22 @@
<scope>provided</scope>
</dependency>

<!-- NineOldAndroids -->
<dependency>
<groupId>com.nineoldandroids</groupId>
<artifactId>library</artifactId>
</dependency>
<!-- Library -->
<dependency>
<groupId>com.nhaarman.listviewanimations</groupId>
<artifactId>lib-core</artifactId>
<version>${project.version}</version>
<type>apklib</type>
<scope>provided</scope>
</dependency>

<!-- StickyListHeaders -->
<dependency>
<groupId>se.emilsjolander</groupId>
<artifactId>library</artifactId>
<version>2.4.0</version>
<scope>provided</scope>
</dependency>

<!-- Testing -->
<dependency>
Expand Down

0 comments on commit 34d757e

Please sign in to comment.