Skip to content

Commit

Permalink
Depend on the polyglot modules so they get pulled in; use the proper …
Browse files Browse the repository at this point in the history
…polyglot version.
  • Loading branch information
tobias committed Apr 3, 2013
1 parent a20f90c commit 1ec6a85
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
24 changes: 24 additions & 0 deletions modules/pom.xml
Expand Up @@ -79,6 +79,30 @@
<classifier>module</classifier>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.projectodd</groupId>
<artifactId>polyglot-jobs</artifactId>
<version>${version.polyglot}</version>
<type>zip</type>
<classifier>module</classifier>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.projectodd</groupId>
<artifactId>polyglot-messaging</artifactId>
<version>${version.polyglot}</version>
<type>zip</type>
<classifier>module</classifier>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.projectodd</groupId>
<artifactId>polyglot-xa</artifactId>
<version>${version.polyglot}</version>
<type>zip</type>
<classifier>module</classifier>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.projectodd</groupId>
<artifactId>polyglot-cache</artifactId>
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Expand Up @@ -351,7 +351,6 @@

<properties>
<version.polyglot>1.x.incremental.29</version.polyglot>
<version.polyglot>1.13.0-SNAPSHOT</version.polyglot>
<version.junit>4.7</version.junit>
<version.jmock>2.5.1</version.jmock>
<version.mockito>1.8.4</version.mockito>
Expand Down

0 comments on commit 1ec6a85

Please sign in to comment.