Skip to content

Instantly share code, notes, and snippets.

@dreamer
Created May 2, 2012 13:40
Show Gist options
  • Save dreamer/2576568 to your computer and use it in GitHub Desktop.
Save dreamer/2576568 to your computer and use it in GitHub Desktop.
jboss-jaxb-intros-1.0.2.GA-pom.patch
--- jboss-jaxb-intros-1.0.2.GA/pom.xml 2009-12-18 12:40:21.114552000 +0100
+++ jboss-jaxb-intros-1.0.2.GA-work/pom.xml 2012-05-02 15:22:07.156700972 +0200
@@ -49,12 +49,12 @@
<dependency>
<groupId>commons-beanutils</groupId>
- <artifactId>commons-beanutils</artifactId>
+ <artifactId>apache-commons-beanutils</artifactId>
<version>${commons.beanutils.version}</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
+ <artifactId>apache-commons-logging</artifactId>
<version>${commons.logging.version}</version>
</dependency>
<dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment