Skip to content

Instantly share code, notes, and snippets.

@yamanyar
Created April 7, 2012 05:20
Show Gist options
  • Save yamanyar/2325496 to your computer and use it in GitHub Desktop.
Save yamanyar/2325496 to your computer and use it in GitHub Desktop.
maven dependicies for xml beans
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.7</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>xmlbeans</groupId>
<artifactId>xbean</artifactId>
<version>2.2.0</version>
</dependency>
</dependencies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment