Skip to content

Commit

Permalink
-Added initial impl and unit test for MVEL marshalling
Browse files Browse the repository at this point in the history
  • Loading branch information
mproctor committed Mar 12, 2009
1 parent 451848d commit 11e825b
Show file tree
Hide file tree
Showing 5 changed files with 596 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .classpath
Expand Up @@ -9,6 +9,8 @@
<classpathentry kind="lib" path="lib/junit-3.8.2.jar"/>
<classpathentry kind="lib" path="lib/ognl-2.6.7.jar"/>
<classpathentry kind="lib" path="lib/servlet-api-2.5.jar"/>
<classpathentry kind="lib" path="lib/xstream-1.3.1.jar"/>
<classpathentry kind="lib" path="lib/xpp3_min-1.1.4c.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="C:/Users/mproctor/.m2/repository/org/hibernate/ejb3-persistence/1.0.2.GA/ejb3-persistence-1.0.2.GA.jar"/>
<classpathentry kind="output" path="target/classes"/>
Expand Down
Binary file added lib/xpp3_min-1.1.4c.jar
Binary file not shown.
Binary file added lib/xstream-1.3.1.jar
Binary file not shown.
7 changes: 7 additions & 0 deletions pom.xml
Expand Up @@ -96,6 +96,13 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.3.1</version>
<scope>test</scrope>
<dependency>

<!--<dependency>-->
<!--<groupId>org.hibernate</groupId>-->
<!--<artifactId>ejb3-persistence</artifactId>-->
Expand Down

0 comments on commit 11e825b

Please sign in to comment.