Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SWITCHYARD-2474 Entity Manager MixIn #751

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
SWITCHYARD-2474
Temporary dependency management fix
Will move to parent in later commit
  • Loading branch information
Johnathan Ingram committed Dec 11, 2014
commit 2d59d7fbfa5be605f8c1e8abbc150e58c19db85a
13 changes: 12 additions & 1 deletion test/mixins/entitymanager/pom.xml
Original file line number Diff line number Diff line change
@@ -25,6 +25,18 @@
<name>SwitchYard: Entity Manager MixIn</name>
<description>Entity Manager MixIn classes</description>
<url>http://switchyard.org</url>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.experlog</groupId>
<artifactId>xapool</artifactId>
<version>1.5.0</version>
</dependency>
</dependencies>
</dependencyManagement>


<dependencies>
<dependency>
<groupId>org.jboss.as</groupId>
@@ -51,7 +63,6 @@
<dependency>
<groupId>com.experlog</groupId>
<artifactId>xapool</artifactId>
<version>1.5.0</version>
</dependency>
</dependencies>
</project>